This module will likely import firebase twice
See original GitHub issueI confess I haven’t used this module, but I based my own code off it, and the way firebaseui is imported likely results in importing firebase twice, which can cause serious issues if the firebase modules are two different versions.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Initialize Firebase references in two separate files in the new API
What you need to do for this situation is to create a firebase module for your app that only initializes firebase once, then...
Read more >Build unit tests | Firebase Security Rules - Google
The v9 Rules Unit Testing library is always aware of the emulators and never touches your production resources. You import the library using...
Read more >next-firebase-auth - npm
This package makes it simple to get the authenticated Firebase user and ID token during both client-side and server-side rendering (SSR). Support for...
Read more >FirebaseRecaptcha - Expo Documentation
Firebase phone authentication is not possible out of the box using the Firebase JS SDK. This because an Application Verifier object (reCAPTCHA) is...
Read more >A Toolkit to Speed Up and Optimise Firebase Cloud Functions
As stated, Firebase will load all of the modules in the global scope for ... As your project grows, you will likely import...
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 FreeTop 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
Top GitHub Comments
I will check that in the following week.
Yeah, I think that issue is solved by that. I close it.