Skip to content

Commit 5eccebc

Browse files
update docs link (#3520)
Co-authored-by: GJLMoTea <40420568+gjlmotea@users.noreply.github.com>
1 parent a60fe5e commit 5eccebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/compat/auth/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`AngularFireAuth` promise proxies an initialized
66
`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)
88

99
> **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).
1010
@@ -65,7 +65,7 @@ import { SETTINGS as AUTH_SETTINGS } from '@angular/fire/compat/auth';
6565
export class AppModule { }
6666
```
6767

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

7070
### Use Current Browser Language
7171

@@ -90,7 +90,7 @@ export class AppModule { }
9090
If you want to set a different language, you can use `LANGUAGE_CODE` DI Token
9191
(*default: null*).
9292

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

9595
```ts
9696
import { LANGUAGE_CODE } from '@angular/fire/compat/auth';
@@ -150,7 +150,7 @@ export class AppModule { }
150150
```
151151

152152
- [Multi-Tenancy Authentication](https://cloud.google.com/identity-platform/docs/multi-tenancy-authentication)
153-
- [Firebase Auth Tenant](https://firebase.google.com/docs/reference/js/firebase.auth.Auth#tenantid)
153+
- [Firebase Auth Tenant](https://firebase.google.com/docs/reference/js/auth.auth#tenantid)
154154

155155
## UI Libraries
156156

0 commit comments

Comments
 (0)