Skip to content

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

Open
Manoj0Marmat wants to merge 1 commit into
karlhadwen:masterfrom
Manoj0Marmat:fix-firebase-lib
Open

ENH: update firebase lib based on current v '^9.2.0'#34
Manoj0Marmat wants to merge 1 commit into
karlhadwen:masterfrom
Manoj0Marmat:fix-firebase-lib

Conversation

@Manoj0Marmat

Copy link
Copy Markdown

##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
Copy Markdown
Author

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

@Manoj0Marmat

Copy link
Copy Markdown
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