We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8d1e1 commit 970ccf6Copy full SHA for 970ccf6
package.json
@@ -36,6 +36,7 @@
36
"./v1/auth": "./lib/v1/providers/auth.js",
37
"./v1/database": "./lib/v1/providers/database.js",
38
"./v1/firestore": "./lib/v1/providers/firestore.js",
39
+ "./v1/https": "./lib/v1/providers/https.js",
40
"./v1/pubsub": "./lib/v1/providers/pubsub.js",
41
"./v1/remoteConfig": "./lib/v1/providers/remoteConfig.js",
42
"./v1/storage": "./lib/v1/providers/storage.js",
@@ -86,6 +87,9 @@
86
87
"v1/firestore": [
88
"./lib/v1/providers/firestore"
89
],
90
+ "v1/https": [
91
+ "./lib/v1/providers/https"
92
+ ],
93
"v1/pubsub": [
94
"./lib/v1/providers/pubsub"
95
0 commit comments