Skip to content

Commit ce24e84

Browse files
committed
Auth docs update
1 parent 60f2176 commit ce24e84

8 files changed

+76
-4
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [FacebookAuthProvider](./auth.facebookauthprovider.md) &gt; [(constructor)](./auth.facebookauthprovider._constructor_.md)
4+
5+
## FacebookAuthProvider.(constructor)
6+
7+
Constructs a new instance of the `FacebookAuthProvider` class
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
constructor();
13+
```

docs-exp/auth.facebookauthprovider.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ export declare class FacebookAuthProvider extends OAuthProvider
1111
```
1212
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
1313
14+
## Constructors
15+
16+
| Constructor | Modifiers | Description |
17+
| --- | --- | --- |
18+
| [(constructor)()](./auth.facebookauthprovider._constructor_.md) | | Constructs a new instance of the <code>FacebookAuthProvider</code> class |
19+
1420
## Properties
1521
1622
| Property | Modifiers | Type | Description |
1723
| --- | --- | --- | --- |
1824
| [FACEBOOK\_SIGN\_IN\_METHOD](./auth.facebookauthprovider.facebook_sign_in_method.md) | <code>static</code> | (not declared) | |
1925
| [PROVIDER\_ID](./auth.facebookauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
20-
| [providerId](./auth.facebookauthprovider.providerid.md) | | (not declared) | |
2126
2227
## Methods
2328
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [GithubAuthProvider](./auth.githubauthprovider.md) &gt; [(constructor)](./auth.githubauthprovider._constructor_.md)
4+
5+
## GithubAuthProvider.(constructor)
6+
7+
Constructs a new instance of the `GithubAuthProvider` class
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
constructor();
13+
```

docs-exp/auth.githubauthprovider.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ export declare class GithubAuthProvider extends OAuthProvider
1111
```
1212
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
1313
14+
## Constructors
15+
16+
| Constructor | Modifiers | Description |
17+
| --- | --- | --- |
18+
| [(constructor)()](./auth.githubauthprovider._constructor_.md) | | Constructs a new instance of the <code>GithubAuthProvider</code> class |
19+
1420
## Properties
1521
1622
| Property | Modifiers | Type | Description |
1723
| --- | --- | --- | --- |
1824
| [GITHUB\_SIGN\_IN\_METHOD](./auth.githubauthprovider.github_sign_in_method.md) | <code>static</code> | (not declared) | |
1925
| [PROVIDER\_ID](./auth.githubauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
20-
| [providerId](./auth.githubauthprovider.providerid.md) | | (not declared) | |
2126
2227
## Methods
2328
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [GoogleAuthProvider](./auth.googleauthprovider.md) &gt; [(constructor)](./auth.googleauthprovider._constructor_.md)
4+
5+
## GoogleAuthProvider.(constructor)
6+
7+
Constructs a new instance of the `GoogleAuthProvider` class
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
constructor();
13+
```

docs-exp/auth.googleauthprovider.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ export declare class GoogleAuthProvider extends OAuthProvider
1111
```
1212
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
1313
14+
## Constructors
15+
16+
| Constructor | Modifiers | Description |
17+
| --- | --- | --- |
18+
| [(constructor)()](./auth.googleauthprovider._constructor_.md) | | Constructs a new instance of the <code>GoogleAuthProvider</code> class |
19+
1420
## Properties
1521
1622
| Property | Modifiers | Type | Description |
1723
| --- | --- | --- | --- |
1824
| [GOOGLE\_SIGN\_IN\_METHOD](./auth.googleauthprovider.google_sign_in_method.md) | <code>static</code> | (not declared) | |
1925
| [PROVIDER\_ID](./auth.googleauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
20-
| [providerId](./auth.googleauthprovider.providerid.md) | | (not declared) | |
2126
2227
## Methods
2328
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [TwitterAuthProvider](./auth.twitterauthprovider.md) &gt; [(constructor)](./auth.twitterauthprovider._constructor_.md)
4+
5+
## TwitterAuthProvider.(constructor)
6+
7+
Constructs a new instance of the `TwitterAuthProvider` class
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
constructor();
13+
```

docs-exp/auth.twitterauthprovider.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ export declare class TwitterAuthProvider extends OAuthProvider
1111
```
1212
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
1313
14+
## Constructors
15+
16+
| Constructor | Modifiers | Description |
17+
| --- | --- | --- |
18+
| [(constructor)()](./auth.twitterauthprovider._constructor_.md) | | Constructs a new instance of the <code>TwitterAuthProvider</code> class |
19+
1420
## Properties
1521
1622
| Property | Modifiers | Type | Description |
1723
| --- | --- | --- | --- |
1824
| [PROVIDER\_ID](./auth.twitterauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
19-
| [providerId](./auth.twitterauthprovider.providerid.md) | | (not declared) | |
2025
| [TWITTER\_SIGN\_IN\_METHOD](./auth.twitterauthprovider.twitter_sign_in_method.md) | <code>static</code> | (not declared) | |
2126
2227
## Methods

0 commit comments

Comments
 (0)