Skip to content

Commit 9a04b68

Browse files
committed
fix docs
1 parent 0020a65 commit 9a04b68

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

docs-devsite/auth.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ Firebase Authentication
157157
| [OperationType](./auth.md#operationtype) | Enumeration of supported operation types. |
158158
| [prodErrorMap](./auth.md#proderrormap) | A minimal error map with all verbose error messages stripped.<!-- -->See discussion at [AuthErrorMap](./auth.autherrormap.md#autherrormap_interface) |
159159
| [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. |
161160
| [SignInMethod](./auth.md#signinmethod) | Enumeration of supported sign-in methods. |
162161

163162
## Type Aliases
@@ -1969,16 +1968,6 @@ ProviderId: {
19691968
}
19701969
```
19711970

1972-
## reactNativeLocalPersistence
1973-
1974-
An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'LOCAL' for use in React Native environments.
1975-
1976-
<b>Signature:</b>
1977-
1978-
```typescript
1979-
reactNativeLocalPersistence: Persistence
1980-
```
1981-
19821971
## SignInMethod
19831972

19841973
Enumeration of supported sign-in methods.

packages/auth/index.doc.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@
2828
export * from './index';
2929

3030
export { cordovaPopupRedirectResolver } from './index.cordova';
31-
export {
32-
reactNativeLocalPersistence,
33-
getReactNativePersistence
34-
} from './index.rn';
31+
export { getReactNativePersistence } from './index.rn';

0 commit comments

Comments
 (0)