@@ -51,7 +51,7 @@ like app verification mode for phone authentication, which is useful for
51
51
[ testing] ( https://cloud.google.com/identity-platform/docs/test-phone-numbers ) .
52
52
53
53
``` ts
54
- import { SETTINGS as AUTH_SETTINGS } from ' @angular/fire/auth' ;
54
+ import { SETTINGS as AUTH_SETTINGS } from ' @angular/fire/compat/ auth' ;
55
55
56
56
@NgModule ({
57
57
// ... Existing configuration
@@ -73,7 +73,7 @@ preference. This allows to localize emails but be aware that this only applies
73
73
if you use the standard template provided by Firebase.
74
74
75
75
``` ts
76
- import { USE_DEVICE_LANGUAGE } from ' @angular/fire/auth' ;
76
+ import { USE_DEVICE_LANGUAGE } from ' @angular/fire/compat/ auth' ;
77
77
78
78
@NgModule ({
79
79
// ... Existing configuration
@@ -91,7 +91,7 @@ If you want to set a different language, you can use `LANGUAGE_CODE` DI Token
91
91
More info at the [ firebase auth docs] ( https://firebase.google.com/docs/reference/js/firebase.auth.Auth#languagecode ) .
92
92
93
93
``` ts
94
- import { LANGUAGE_CODE } from ' @angular/fire/auth' ;
94
+ import { LANGUAGE_CODE } from ' @angular/fire/compat/ auth' ;
95
95
96
96
@NgModule ({
97
97
// ... Existing configuration
@@ -115,7 +115,7 @@ The possible types are `'local'`, `'session'` or `'none'`. Read more at
115
115
[ authentication state persistence] ( https://firebase.google.com/docs/auth/web/auth-state-persistence ) ,
116
116
117
117
``` ts
118
- import { PERSISTENCE } from ' @angular/fire/auth' ;
118
+ import { PERSISTENCE } from ' @angular/fire/compat/ auth' ;
119
119
120
120
@NgModule ({
121
121
// ... Existing configuration
@@ -135,7 +135,7 @@ ID using `TENANT_ID` DI Token (*default: null*).
135
135
More tutorials regarding this topic are _ coming soon_ .
136
136
137
137
``` ts
138
- import { TENANT_ID } from ' @angular/fire/auth' ;
138
+ import { TENANT_ID } from ' @angular/fire/compat/ auth' ;
139
139
140
140
@NgModule ({
141
141
// ... Existing configuration
0 commit comments