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-devsite/auth.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1427,7 +1427,7 @@ Re-authenticates a user using a fresh credential.
1427
1427
1428
1428
Use before operations such as [updatePassword()](./auth.md#updatepassword_6df673e) that require tokens from recent sign-in attempts. This method can be used to recover from a `CREDENTIAL_TOO_OLD_LOGIN_AGAIN` error or a `TOKEN_EXPIRED` error.
1429
1429
1430
-
This method is not supported by [Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
1430
+
This method is not supported on any [User](./auth.user.md#user_interface) signed in by [Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
1431
1431
1432
1432
<b>Signature:</b>
1433
1433
@@ -1452,7 +1452,7 @@ Re-authenticates a user using a fresh phone credential.
1452
1452
1453
1453
Use before operations such as [updatePassword()](./auth.md#updatepassword_6df673e) that require tokens from recent sign-in attempts.
1454
1454
1455
-
This method does not work in a Node.js environment or with[Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
1455
+
This method does not work in a Node.js environment or on any [User](./auth.user.md#user_interface) signed in by[Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
1456
1456
1457
1457
<b>Signature:</b>
1458
1458
@@ -1478,7 +1478,7 @@ Reauthenticates the current user with the specified [OAuthProvider](./auth.oauth
1478
1478
1479
1479
If the reauthentication is successful, the returned result will contain the user and the provider's credential.
1480
1480
1481
-
This method does not work in a Node.js environment or with[Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
1481
+
This method does not work in a Node.js environment or on any [User](./auth.user.md#user_interface) signed in by[Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
1482
1482
1483
1483
<b>Signature:</b>
1484
1484
@@ -1694,7 +1694,7 @@ Promise<void>
1694
1694
1695
1695
Updates the user's phone number.
1696
1696
1697
-
This method does not work in a Node.js environment or with[Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
1697
+
This method does not work in a Node.js environment or on any [User](./auth.user.md#user_interface) signed in by[Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!---->.
Copy file name to clipboardExpand all lines: docs-devsite/auth.user.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Deletes and signs out the user.
121
121
122
122
Important: this is a security-sensitive operation that requires the user to have recently signed in. If this requirement isn't met, ask the user to authenticate again and then call one of the reauthentication methods like [reauthenticateWithCredential()](./auth.md#reauthenticatewithcredential_60f8043)<!-- -->.
123
123
124
-
This method is not supported for any [User](./auth.user.md#user_interface) signed in by [Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!-- -->.
124
+
This method is not supported on any [User](./auth.user.md#user_interface) signed in by [Auth](./auth.auth.md#auth_interface) instances created with a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface)<!-- -->.
0 commit comments