File tree Expand file tree Collapse file tree 6 files changed +7
-51
lines changed
Expand file tree Collapse file tree 6 files changed +7
-51
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' firebase ' : major
3+ ' @firebase/auth ' : major
4+ ---
5+
6+ Remove ` firebase/auth/react-native ` entry point. The React Native bundle should be automatically picked up by React Native build tools which recognize the ` react-native ` fields in ` package.json ` (at the top level and in ` exports ` ).
Original file line number Diff line number Diff line change 4141 "types" : " ./dist/cordova/index.cordova.d.ts" ,
4242 "default" : " ./dist/cordova/index.js"
4343 },
44- "./react-native" : {
45- "types" : " ./dist/rn/index.rn.d.ts" ,
46- "default" : " ./dist/rn/index.js"
47- },
4844 "./internal" : {
4945 "types" : " ./dist/internal/index.d.ts" ,
5046 "node" : {
7268 "files" : [
7369 " dist" ,
7470 " cordova/package.json" ,
75- " internal/package.json" ,
76- " react-native/package.json"
71+ " internal/package.json"
7772 ],
7873 "scripts" : {
7974 "lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8383 },
8484 "default" : " ./auth/cordova/dist/esm/index.esm.js"
8585 },
86- "./auth/react-native" : {
87- "types" : " ./auth/react-native/dist/auth/react-native/index.d.ts" ,
88- "node" : {
89- "require" : " ./auth/react-native/dist/index.cjs.js" ,
90- "import" : " ./auth/react-native/dist/index.mjs"
91- },
92- "browser" : {
93- "require" : " ./auth/react-native/dist/index.cjs.js" ,
94- "import" : " ./auth/react-native/dist/esm/index.esm.js"
95- },
96- "default" : " ./auth/react-native/dist/esm/index.esm.js"
97- },
9886 "./database" : {
9987 "types" : " ./database/dist/database/index.d.ts" ,
10088 "node" : {
421409 " app-check" ,
422410 " auth" ,
423411 " auth/cordova" ,
424- " auth/react-native" ,
425412 " functions" ,
426413 " firestore" ,
427414 " firestore/lite" ,
You can’t perform that action at this time.
0 commit comments