You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compat/auth/getting-started.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
`AngularFireAuth` promise proxies an initialized
6
6
`firebase.auth.Auth` instance, allowing you to log users in, out, etc. [See
7
-
the Firebase docs for more information on what methods are available.](https://firebase.google.com/docs/reference/js/firebase.auth.Auth)
7
+
the Firebase docs for more information on what methods are available.](https://firebase.google.com/docs/reference/js/auth.auth)
8
8
9
9
> **NOTE**: [AngularFire has a new tree-shakable API](../../../README.md#developer-guide), you're looking at the documentation for the compatability version of the library. [See the v7 upgrade guide for more information on this change.](../../version-7-upgrade.md).
10
10
@@ -65,7 +65,7 @@ import { SETTINGS as AUTH_SETTINGS } from '@angular/fire/compat/auth';
65
65
exportclassAppModule { }
66
66
```
67
67
68
-
Read more at [Firebase Auth Settings](https://firebase.google.com/docs/reference/js/firebase.auth.AuthSettings).
68
+
Read more at [Firebase Auth Settings](https://firebase.google.com/docs/reference/js/auth.authsettings).
69
69
70
70
### Use Current Browser Language
71
71
@@ -90,7 +90,7 @@ export class AppModule { }
90
90
If you want to set a different language, you can use `LANGUAGE_CODE` DI Token
91
91
(*default: null*).
92
92
93
-
More info at the [firebase auth docs](https://firebase.google.com/docs/reference/js/firebase.auth.Auth#languagecode).
93
+
More info at the [firebase auth docs](https://firebase.google.com/docs/reference/js/auth.auth#authlanguagecode).
0 commit comments