Skip to content

Commit 970ccf6

Browse files
YannicEltaeold
andauthored
export https provider for V1 functions just like in V3 SDK (#1287)
Co-authored-by: Daniel Lee <[email protected]>
1 parent 1b8d1e1 commit 970ccf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"./v1/auth": "./lib/v1/providers/auth.js",
3737
"./v1/database": "./lib/v1/providers/database.js",
3838
"./v1/firestore": "./lib/v1/providers/firestore.js",
39+
"./v1/https": "./lib/v1/providers/https.js",
3940
"./v1/pubsub": "./lib/v1/providers/pubsub.js",
4041
"./v1/remoteConfig": "./lib/v1/providers/remoteConfig.js",
4142
"./v1/storage": "./lib/v1/providers/storage.js",
@@ -86,6 +87,9 @@
8687
"v1/firestore": [
8788
"./lib/v1/providers/firestore"
8889
],
90+
"v1/https": [
91+
"./lib/v1/providers/https"
92+
],
8993
"v1/pubsub": [
9094
"./lib/v1/providers/pubsub"
9195
],

0 commit comments

Comments
 (0)