-
Notifications
You must be signed in to change notification settings - Fork 250
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
Update dependencies: 🔥 Firebase 9 and Firebaseui 6 #158
Update dependencies: 🔥 Firebase 9 and Firebaseui 6 #158
Conversation
README.md
Outdated
|
||
// Configure Firebase. | ||
const config = { | ||
apiKey: 'AIzaSyAeue-AsYu76MMQlTOM-KlbYBlusW9c1FM', | ||
authDomain: 'myproject-1234.firebaseapp.com', | ||
// ... | ||
}; | ||
firebase.initializeApp(config); | ||
const firebaseApp = initializeApp(firebaseConfig); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't see where the firebaseConfig
is coming from. I think you missed its import.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, updated README.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Can we get this merged in and published to NPM. I'm sure it would be greatly appreciated by about 20 thousand people per week by the looks of NPM. |
I can't actually, don't have permissions... |
@nicolasgarnier - looks like you've done most of the work on this repo. Is this something you have permission to do? |
@nicolasgarnier - can you please merge this PR and publish to NPM if you have permission? Waiting v9 compatible firebaseui-web-react because already migrated my project to firebase v9. |
Any news here? firebaseui-web already supports Firebase v9 since 2 days ago 🙂 |
Hey Google, can we please get this moving? |
Merge pls - this will be a huge help for a lotta devs |
+1 for merging this and publishing to NPM. |
@shiiinji could this PR use firebaseui v6.0.0 instead? |
Please merge :) |
Would be super helpful if this could be merged soon 🙂 |
Updated to firebaseui v6.0.0. |
Hi @shiiinji, thanks for your PR! We really appreciate all the time and effort you put into it. Unfortunately, we can't yet update this library to get tree-shaking benefits because the base FirebaseUI library is not compatible with Firebase v9's modular syntax:
Since FirebaseUI v6 only works with the compatibility layer, the main change this library needs (besides updating the Would you like to create a PR to upgrade to v9 compat? If you do, I'll make it a priority to review it and get it published. If not, I can make a PR. Again, thank you so much for the time and effort you put into this. For those interested in firebaseui-web's plans for the modular syntax, please follow this feature request in the firebaseui-web repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shiiinji, just a couple small things.
Thanks to your review. |
Thanks again @shiiinji! react-firebaseui version 6.0.0 is now available on npm! |
Awesome work @shiiinji! |
#156