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
// Warning: (ae-incompatible-release-tags) The symbol "search" is marked as @public, but its signature references "SearchStageOptions" which is marked as @beta
Copy file name to clipboardExpand all lines: docs-devsite/auth.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Firebase Authentication
20
20
|[getAuth(app)](./auth.md#getauth_cf608e1)| Returns the Auth instance associated with the provided [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface)<!---->. If no instance exists, initializes an Auth instance with platform-specific default dependencies. |
21
21
|[initializeAuth(app, deps)](./auth.md#initializeauth_ca77c9b)| Initializes an [Auth](./auth.auth.md#auth_interface) instance with fine-grained control over [Dependencies](./auth.dependencies.md#dependencies_interface)<!---->. |
22
22
| <b>function(storage, ...)</b> |
23
-
|[getReactNativePersistence(storage)](./auth.md#getreactnativepersistence_bab4ada)| Returns a persistence object that wraps <code>AsyncStorage</code> imported from <code>react-native</code> or <code>@react-native-community/async-storage</code>, and can be used in the persistence dependency field in [initializeAuth()](./auth.md#initializeauth_ca77c9b)<!---->. |
23
+
|[getReactNativePersistence(storage)](./auth.md#getreactnativepersistence_bab4ada)| Returns a persistence object that wraps <code>AsyncStorage</code> imported from <code>react-native</code> or <code>@react-native-async-storage/async-storage</code>, and can be used in the persistence dependency field in [initializeAuth()](./auth.md#initializeauth_ca77c9b)<!---->. |
24
24
| <b>function(auth, ...)</b> |
25
25
|[applyActionCode(auth, oobCode)](./auth.md#applyactioncode_d2ae15a)| Applies a verification code sent to the user by email or other out-of-band mechanism. |
26
26
|[beforeAuthStateChanged(auth, callback, onAbort)](./auth.md#beforeauthstatechanged_22f2ab6)| Adds a blocking callback that runs before an auth state change sets a new user. |
@@ -232,7 +232,7 @@ export declare function initializeAuth(app: FirebaseApp, deps?: Dependencies): A
Returns a persistence object that wraps `AsyncStorage` imported from `react-native` or `@react-native-community/async-storage`<!---->, and can be used in the persistence dependency field in [initializeAuth()](./auth.md#initializeauth_ca77c9b)<!---->.
235
+
Returns a persistence object that wraps `AsyncStorage` imported from `react-native` or `@react-native-async-storage/async-storage`<!---->, and can be used in the persistence dependency field in [initializeAuth()](./auth.md#initializeauth_ca77c9b)<!---->.
236
236
237
237
<b>Signature:</b>
238
238
@@ -250,6 +250,28 @@ export declare function getReactNativePersistence(storage: ReactNativeAsyncStora
0 commit comments