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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -696,6 +696,8 @@ 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.
700
+
699
701
<b>Signature:</b>
700
702
701
703
```typescript
@@ -722,7 +724,6 @@ A `Promise` that resolves once the persistence change has completed
|[@firebase/functions](./functions.md#functions_package)| Cloud Functions for Firebase |
25
-
|[@firebase/installations](./installations.md#installations_package)| The Firebase Installations Web SDK. This SDK currently does not work in Node.js. |
26
-
|[@firebase/messaging](./messaging.md#messaging_package)| The Firebase Cloud Messaging Web SDK. This SDK currently does not work in Node.js. |
27
-
|[@firebase/performance](./performance.md#performance_package)| The Firebase Performance Monitoring Web SDK. This SDK currently does not work in Node.js. |
28
-
|[@firebase/remote-config](./remote-config.md#remote-config_package)| The Firebase Remote Config Web SDK. This SDK currently does not work in Node.js. |
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. |
29
29
|[@firebase/storage](./storage.md#storage_package)| Cloud Storage for Firebase |
0 commit comments