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
Change `getAuth()` in the React Native bundle to default to importing `AsyncStorage` from `@react-native-async-storage/async-storage` instead of from the `react-native` core package (which has recently removed it).
Copy file name to clipboardExpand all lines: docs-devsite/auth.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,6 @@ Firebase Authentication
157
157
|[OperationType](./auth.md#operationtype)| Enumeration of supported operation types. |
158
158
|[prodErrorMap](./auth.md#proderrormap)| A minimal error map with all verbose error messages stripped.<!---->See discussion at [AuthErrorMap](./auth.autherrormap.md#autherrormap_interface)|
159
159
|[ProviderId](./auth.md#providerid)| Enumeration of supported providers. |
160
-
|[reactNativeLocalPersistence](./auth.md#reactnativelocalpersistence)| An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'LOCAL' for use in React Native environments. |
161
160
|[SignInMethod](./auth.md#signinmethod)| Enumeration of supported sign-in methods. |
162
161
163
162
## Type Aliases
@@ -1997,16 +1996,6 @@ ProviderId: {
1997
1996
}
1998
1997
```
1999
1998
2000
-
## reactNativeLocalPersistence
2001
-
2002
-
An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'LOCAL' for use in React Native environments.
0 commit comments