Skip to content

Commit

Permalink
export https provider for V1 functions just like in V3 SDK (#1287)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lee <taeold@gmail.com>
  • Loading branch information
YannicEl and taeold committed Oct 31, 2022
1 parent 1b8d1e1 commit 970ccf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -36,6 +36,7 @@
"./v1/auth": "./lib/v1/providers/auth.js",
"./v1/database": "./lib/v1/providers/database.js",
"./v1/firestore": "./lib/v1/providers/firestore.js",
"./v1/https": "./lib/v1/providers/https.js",
"./v1/pubsub": "./lib/v1/providers/pubsub.js",
"./v1/remoteConfig": "./lib/v1/providers/remoteConfig.js",
"./v1/storage": "./lib/v1/providers/storage.js",
Expand Down Expand Up @@ -86,6 +87,9 @@
"v1/firestore": [
"./lib/v1/providers/firestore"
],
"v1/https": [
"./lib/v1/providers/https"
],
"v1/pubsub": [
"./lib/v1/providers/pubsub"
],
Expand Down

0 comments on commit 970ccf6

Please sign in to comment.