-
Notifications
You must be signed in to change notification settings - Fork 9.6k
clients(viewer): upgrade to firebase 9 #13115
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
Conversation
connorjclark
commented
Sep 23, 2021
- firebase 4.1.2 -> 9.0.2
- get firebase from npm instead of cdn–saves additional origin connect, treeshakes (saves ~25 kB), and gives us easier types
- some analytics features enabled in firebase, idk, didn't look into that
- did some refactoring (deleting unused code, using async/await for readability)
| * Signs the user out. | ||
| * @return {Promise<void>} | ||
| */ | ||
| signOut() { |
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.
unused?
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.
yes
what does this mean? |
|
w/e |
|
seems like we should turn it off? |
OK, looked into it. it's not enabled. ( |