angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Update auth.md change user$ = user(auth); to user$ = user(this.auth);

Open arolleaguekeng opened this issue 9 months ago • 0 comments

Checklist

  • Issue number for this PR: #3640
  • Docs included?: no
  • Test units included?: no
  • In a clean directory, yarn install, yarn test run successfully? yes

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

arolleaguekeng avatar Mar 26 '25 21:03 arolleaguekeng