Skip to content

Conversation

@connorjclark
Copy link
Collaborator

  • 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)

@connorjclark connorjclark requested a review from a team as a code owner September 23, 2021 20:15
@connorjclark connorjclark requested review from patrickhulce and removed request for a team September 23, 2021 20:15
@google-cla google-cla bot added the cla: yes label Sep 23, 2021
* Signs the user out.
* @return {Promise<void>}
*/
signOut() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@brendankenny
Copy link
Contributor

  • some analytics features enabled in firebase, idk, didn't look into that

what does this mean?

@connorjclark
Copy link
Collaborator Author

@brendankenny
Copy link
Contributor

seems like we should turn it off?

@connorjclark
Copy link
Collaborator Author

some analytics features enabled in firebase, idk, didn't look into that

OK, looked into it. it's not enabled. (firebase/analytics is not used)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants