Conversation

arolleaguekeng

Checklist

Description

This PR fixes an issue in the AngularFire documentation where the auth instance was incorrectly referenced as user(auth), instead of using the injected instance (this.auth).

Description

Code sample

This PR fixes an issue in the AngularFire documentation where the auth instance is incorrectly referenced in user(auth). The correct approach is to use the injected auth instance (this.auth) instead. The updated code ensures proper dependency injection and aligns with best practices in Angular.
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@arolleaguekeng