Issue when using the latest firebase version
See original GitHub issueAndroid Bundling failed 4326ms While trying to resolve module
idbfrom file
D:###\node_modules@firebase\app\dist\esm\index.esm2017.js, the package
D:###\node_modules\idb\package.jsonwas successfully found. However, this package itself specifies a
main module field that could not be resolved (
D:###\node_modules\idb\build\index.cjs. Indeed, none of these files exist:
To reproduce, initialize an expo project, npm install the latest firebase version, and import any module from firebase in the App.js file.
Issue Analytics
- State:
- Created a year ago
- Comments:14 (2 by maintainers)
Top Results From Across the Web
Release Notes | Firebase - Google
This page provides a changelog that lists new SDK releases and describes updates to the Firebase console and Firebase services.
Read more >Is the latest release version wrong? · Issue #3827 - GitHub
Guys, I'm trying to get all my pods on the latest version and I'm suffering to understand how versioning semantics work for Firebase....
Read more >android - Firebase version update issue - Stack Overflow
As it is a transitive dependency used in firebase-messaging which means firebase-messaging already uses it. So just remove implementation ...
Read more >Incidents - Firebase Status Dashboard
This page provides status information on the services that are part of Firebase. Check back here to view the current status of the...
Read more >firebase - npm
Firebase JavaScript library for web and Node.js. Latest version: 9.15.0, last published: 17 days ago. Start using firebase in your project ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@crunchytoast Thank you. Resolved.
Create a metro.config.js file in the project root. In the file add the file extension
cjs
. detailsIf you want a workaround, you can either downgrade your firebase version for now… or add a cjs reference in your metro.config file @SohelIslamImran