Skip to content

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


<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.

1 participant