Skip to content
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

feat(project): Switch to modular Firebase sdk #687

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ciriousjoker
Copy link
Contributor

I've replaced the old compat imports with the new modular syntax.

I'm using this in production, although it's a relatively small project!

Copy link
Contributor Author

@ciriousjoker ciriousjoker left a comment

Choose a reason for hiding this comment

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

Keep in mind that everything does compile, but my app only uses these features:

  • register form (with email/password and Google)
  • login form (email/password, Google)
  • the "profile dialog thing" with the "delete account" button on it


</div>

<ng-template #authenticated>
<mat-card *ngIf="auth.user | async as user">
<mat-card *ngIf="auth.currentUser as user">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This part isn't identical in functionality since this worked perfectly out of the box and I was too lazy to figure out how to get a user stream because of that.

Similar syntax was used in multiple template files, please check/fix those manually.

@ciriousjoker
Copy link
Contributor Author

@AnthonyNahas can you take a look at this and merge it if possible?

@ciriousjoker
Copy link
Contributor Author

 @AnthonyNahas reminder to please look at this

@ciriousjoker
Copy link
Contributor Author

@AnthonyNahas reminder to please look at this

(if you want me to stop, just ping me to shut up)

@ciriousjoker
Copy link
Contributor Author

@AnthonyNahas it's been a year, is this thing being maintained at all?

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.

None yet

1 participant