Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: update firebase lib based on current v '^9.2.0' #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Manoj0Marmat
Copy link

##Bug description
firebase lib new version not able to import lib properly

##Root cause
wont work if use import Firebase from 'firebase/app' & import 'firebase/firestore' & import 'firebase/auth';

##Solution description
currently i'm using "firebase": "^9.2.0" after lots of research i found import Firebase from "firebase/compat/app" & import "firebase/compat/auth" & import "firebase/compat/firestore"; this solution it's working same as you mentioned in your tutorial .

@Manoj0Marmat Manoj0Marmat changed the title chore: firebase imports ENH: update firebase lib based on current v '^9.2.0' Nov 13, 2021
@Manoj0Marmat
Copy link
Author

Screenshot 2021-11-13 at 5 28 58 PM
Issue

@Manoj0Marmat
Copy link
Author

Screenshot 2021-11-13 at 5 32 49 PM
Solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant