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 f05a02d commit a7e4a95Copy full SHA for a7e4a95
packages-exp/firebase-exp/package.json
@@ -36,6 +36,14 @@
36
"node": "./auth/dist/index.cjs.js",
37
"default": "./auth/dist/index.esm.js"
38
},
39
+ "./auth/cordova": {
40
+ "node": "./auth/cordova/dist/index.cjs.js",
41
+ "default": "./auth/cordova/dist/index.esm.js"
42
+ },
43
+ "./auth/react-native": {
44
+ "node": "./auth/react-native/dist/index.cjs.js",
45
+ "default": "./auth/react-native/dist/index.esm.js"
46
47
"./database": {
48
"node": "./database/dist/index.cjs.js",
49
"default": "./database/dist/index.esm.js"
0 commit comments