Skip to content

Commit 624eb49

Browse files
committed
yarn run format
1 parent 6ad7c8f commit 624eb49

File tree

4 files changed

+0
-56
lines changed

4 files changed

+0
-56
lines changed

docs-devsite/_toc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ toc:
310310
path: /docs/reference/js/auth.emulatorconfig.md
311311
- title: FacebookAuthProvider
312312
path: /docs/reference/js/auth.facebookauthprovider.md
313-
- title: FirebaseToken
314-
path: /docs/reference/js/auth.firebasetoken.md
315313
- title: GithubAuthProvider
316314
path: /docs/reference/js/auth.githubauthprovider.md
317315
- title: GoogleAuthProvider

docs-devsite/auth.auth.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export interface Auth
2828
| [config](./auth.auth.md#authconfig) | [Config](./auth.config.md#config_interface) | The [Config](./auth.config.md#config_interface) used to initialize this instance. |
2929
| [currentUser](./auth.auth.md#authcurrentuser) | [User](./auth.user.md#user_interface) \| null | The currently signed-in user (or null). |
3030
| [emulatorConfig](./auth.auth.md#authemulatorconfig) | [EmulatorConfig](./auth.emulatorconfig.md#emulatorconfig_interface) \| null | The current emulator configuration (or null). |
31-
| [firebaseToken](./auth.auth.md#authfirebasetoken) | [FirebaseToken](./auth.firebasetoken.md#firebasetoken_interface) \| null | The token response initialized via [exchangeToken()](./auth.md#exchangetoken_b6b1871) endpoint. |
3231
| [languageCode](./auth.auth.md#authlanguagecode) | string \| null | The [Auth](./auth.auth.md#auth_interface) instance's language code. |
3332
| [name](./auth.auth.md#authname) | string | The name of the app associated with the <code>Auth</code> service instance. |
3433
| [settings](./auth.auth.md#authsettings) | [AuthSettings](./auth.authsettings.md#authsettings_interface) | The [Auth](./auth.auth.md#auth_interface) instance's settings. |
@@ -89,18 +88,6 @@ The current emulator configuration (or null).
8988
readonly emulatorConfig: EmulatorConfig | null;
9089
```
9190

92-
## Auth.firebaseToken
93-
94-
The token response initialized via [exchangeToken()](./auth.md#exchangetoken_b6b1871) endpoint.
95-
96-
This field is only supported for [Auth](./auth.auth.md#auth_interface) instance that have defined [TenantConfig](./auth.tenantconfig.md#tenantconfig_interface)<!-- -->.
97-
98-
<b>Signature:</b>
99-
100-
```typescript
101-
readonly firebaseToken: FirebaseToken | null;
102-
```
103-
10491
## Auth.languageCode
10592

10693
The [Auth](./auth.auth.md#auth_interface) instance's language code.

docs-devsite/auth.firebasetoken.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs-devsite/auth.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Firebase Authentication
118118
| [ConfirmationResult](./auth.confirmationresult.md#confirmationresult_interface) | A result from a phone number sign-in, link, or reauthenticate call. |
119119
| [Dependencies](./auth.dependencies.md#dependencies_interface) | The dependencies that can be used to initialize an [Auth](./auth.auth.md#auth_interface) instance. |
120120
| [EmulatorConfig](./auth.emulatorconfig.md#emulatorconfig_interface) | Configuration of Firebase Authentication Emulator. |
121-
| [FirebaseToken](./auth.firebasetoken.md#firebasetoken_interface) | |
122121
| [IdTokenResult](./auth.idtokenresult.md#idtokenresult_interface) | Interface representing ID token result obtained from [User.getIdTokenResult()](./auth.user.md#usergetidtokenresult)<!-- -->. |
123122
| [MultiFactorAssertion](./auth.multifactorassertion.md#multifactorassertion_interface) | The base class for asserting ownership of a second factor. |
124123
| [MultiFactorError](./auth.multifactorerror.md#multifactorerror_interface) | The error thrown when the user needs to provide a second factor to sign in successfully. |

0 commit comments

Comments
 (0)