-
Notifications
You must be signed in to change notification settings - Fork 407
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
Support Firebase v9 #369
Support Firebase v9 #369
Conversation
it's very experimental and we don't want to encourage people to use it
@jhuleatt Hi, is it possible to cut-off RC4 please? |
@atanaskanchev thanks for catching that we didn't release a canary for the latest commit, looks like I broke the build while I was trying to diagnose something else. A new canary ( |
Github shows contributors on the side, and we haven't done a good job of keeping up with all-contributors
this is awesome, thanks @jhuleatt! |
Description
v9 of the Firebase JS SDK introduces a new modular SDK to allow for smaller bundle sizes (details). Feedback is welcome in discussion #402!
Todo List
useFirestore
, etc)<FirestoreProvider sdk={firestore} />
, etc)useInitFirestore
, etc)Out of scope for this PR, to be added later:
firestore/lite
#421Code samples
See a sample in #402, and much more sample code in the
modular-firebase
branch.fixes #388