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
Firebase App Check does not work in Node.js using `ReCaptchaV3Provider` or `ReCaptchaEnterpriseProvider`<!---->, but can be used in Node.js if you use `CustomProvider` and write your own attestation method.
15
+
Firebase App Check does not work in a Node.js environment using `ReCaptchaV3Provider` or `ReCaptchaEnterpriseProvider`<!---->, but can be used in Node.js if you use `CustomProvider` and write your own attestation method.
Copy file name to clipboardExpand all lines: docs-devsite/auth.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ Returns a [UserCredential](./auth.usercredential.md#usercredential_interface) fr
442
442
443
443
If sign-in succeeded, returns the signed in user. If sign-in was unsuccessful, fails with an error. If no redirect operation was called, returns `null`<!---->.
444
444
445
-
This method is not available in Node.js.
445
+
This method does not work in a Node.js environment.
446
446
447
447
<b>Signature:</b>
448
448
@@ -696,7 +696,7 @@ Changes the type of persistence on the [Auth](./auth.auth.md#auth_interface) ins
696
696
697
697
This makes it easy for a user signing in to specify whether their session should be remembered or not. It also makes it easier to never persist the `Auth` state for applications that are shared by other users or have sensitive data.
698
698
699
-
This method has no effect in Node.js.
699
+
This method does not work in a Node.js environment.
700
700
701
701
<b>Signature:</b>
702
702
@@ -881,7 +881,7 @@ This method sends a code via SMS to the given phone number, and returns a [Confi
881
881
882
882
For abuse prevention, this method also requires a [ApplicationVerifier](./auth.applicationverifier.md#applicationverifier_interface)<!---->. This SDK includes a reCAPTCHA-based implementation, [RecaptchaVerifier](./auth.recaptchaverifier.md#recaptchaverifier_class)<!---->. This function can work on other platforms that do not support the [RecaptchaVerifier](./auth.recaptchaverifier.md#recaptchaverifier_class) (like React Native), but you need to use a third-party [ApplicationVerifier](./auth.applicationverifier.md#applicationverifier_interface) implementation.
883
883
884
-
This method is not available in Node.js.
884
+
This method does not work in a Node.js environment.
885
885
886
886
<b>Signature:</b>
887
887
@@ -919,7 +919,7 @@ Authenticates a Firebase client using a popup-based OAuth authentication flow.
919
919
920
920
If succeeds, returns the signed in user along with the provider's credential. If sign in was unsuccessful, returns an error object containing additional information about the error.
921
921
922
-
This method is not available in Node.js.
922
+
This method does not work in a Node.js environment.
923
923
924
924
<b>Signature:</b>
925
925
@@ -961,7 +961,7 @@ Authenticates a Firebase client using a full-page redirect flow.
961
961
962
962
To handle the results and errors for this operation, refer to [getRedirectResult()](./auth.md#getredirectresult)<!---->. Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using [signInWithRedirect()](./auth.md#signinwithredirect)<!---->.
963
963
964
-
This method is not available in Node.js.
964
+
This method does not work in a Node.js environment.
Links the user account with the given phone number.
1216
1216
1217
-
This method is not available in Node.js.
1217
+
This method does not work in a Node.js environment.
1218
1218
1219
1219
<b>Signature:</b>
1220
1220
@@ -1240,7 +1240,7 @@ Links the authenticated provider to the user account using a pop-up based OAuth
1240
1240
1241
1241
If the linking is successful, the returned result will contain the user and the provider's credential.
1242
1242
1243
-
This method is not available in Node.js.
1243
+
This method does not work in a Node.js environment.
1244
1244
1245
1245
<b>Signature:</b>
1246
1246
@@ -1278,7 +1278,7 @@ Links the [OAuthProvider](./auth.oauthprovider.md#oauthprovider_class) to the us
1278
1278
1279
1279
To handle the results and errors for this operation, refer to [getRedirectResult()](./auth.md#getredirectresult)<!---->. Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using [linkWithRedirect()](./auth.md#linkwithredirect)<!---->.
1280
1280
1281
-
This method is not available in Node.js.
1281
+
This method does not work in a Node.js environment.
1282
1282
1283
1283
<b>Signature:</b>
1284
1284
@@ -1365,7 +1365,7 @@ Re-authenticates a user using a fresh phone credential.
1365
1365
1366
1366
Use before operations such as [updatePassword()](./auth.md#updatepassword) that require tokens from recent sign-in attempts.
1367
1367
1368
-
This method is not available in Node.js.
1368
+
This method does not work in a Node.js environment.
1369
1369
1370
1370
<b>Signature:</b>
1371
1371
@@ -1391,7 +1391,7 @@ Reauthenticates the current user with the specified [OAuthProvider](./auth.oauth
1391
1391
1392
1392
If the reauthentication is successful, the returned result will contain the user and the provider's credential.
1393
1393
1394
-
This method is not available in Node.js.
1394
+
This method does not work in a Node.js environment.
1395
1395
1396
1396
<b>Signature:</b>
1397
1397
@@ -1429,7 +1429,7 @@ Reauthenticates the current user with the specified [OAuthProvider](./auth.oauth
1429
1429
1430
1430
To handle the results and errors for this operation, refer to [getRedirectResult()](./auth.md#getredirectresult)<!---->. Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using [reauthenticateWithRedirect()](./auth.md#reauthenticatewithredirect)<!---->.
1431
1431
1432
-
This method is not available in Node.js.
1432
+
This method does not work in a Node.js environment.
1433
1433
1434
1434
<b>Signature:</b>
1435
1435
@@ -1607,7 +1607,7 @@ Promise<void>
1607
1607
1608
1608
Updates the user's phone number.
1609
1609
1610
-
This method is not available in Node.js.
1610
+
This method does not work in a Node.js environment.
|[@firebase/functions](./functions.md#functions_package)| Cloud Functions for Firebase |
25
-
|[@firebase/installations](./installations.md#installations_package)| The Firebase Installations Web SDK. This SDK does not work in Node.js. |
26
-
|[@firebase/messaging](./messaging.md#messaging_package)| The Firebase Cloud Messaging Web SDK. This SDK does not work in Node.js. |
27
-
|[@firebase/performance](./performance.md#performance_package)| The Firebase Performance Monitoring Web SDK. This SDK does not work in Node.js. |
28
-
|[@firebase/remote-config](./remote-config.md#remote-config_package)| The Firebase Remote Config Web SDK. This SDK does not work in Node.js. |
25
+
|[@firebase/installations](./installations.md#installations_package)| The Firebase Installations Web SDK. This SDK does not work in a Node.js environment. |
26
+
|[@firebase/messaging](./messaging.md#messaging_package)| The Firebase Cloud Messaging Web SDK. This SDK does not work in a Node.js environment. |
27
+
|[@firebase/performance](./performance.md#performance_package)| The Firebase Performance Monitoring Web SDK. This SDK does not work in a Node.js environment. |
28
+
|[@firebase/remote-config](./remote-config.md#remote-config_package)| The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environment. |
29
29
|[@firebase/storage](./storage.md#storage_package)| Cloud Storage for Firebase |
0 commit comments