File tree Expand file tree Collapse file tree 8 files changed +76
-4
lines changed Expand file tree Collapse file tree 8 files changed +76
-4
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [ Home] ( ./index.md ) > ; [ @firebase/auth ] ( ./auth.md ) > ; [ FacebookAuthProvider] ( ./auth.facebookauthprovider.md ) > ; [ (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
+ ```
Original file line number Diff line number Diff line change @@ -11,13 +11,18 @@ export declare class FacebookAuthProvider extends OAuthProvider
11
11
` ` `
12
12
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
13
13
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
+
14
20
## Properties
15
21
16
22
| Property | Modifiers | Type | Description |
17
23
| --- | --- | --- | --- |
18
24
| [FACEBOOK\_ SIGN\_ IN\_ METHOD](./auth.facebookauthprovider.facebook_sign_in_method.md) | <code>static</code> | (not declared) | |
19
25
| [PROVIDER\_ ID](./auth.facebookauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
20
- | [providerId](./auth.facebookauthprovider.providerid.md) | | (not declared) | |
21
26
22
27
## Methods
23
28
Original file line number Diff line number Diff line change
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [ Home] ( ./index.md ) > ; [ @firebase/auth ] ( ./auth.md ) > ; [ GithubAuthProvider] ( ./auth.githubauthprovider.md ) > ; [ (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
+ ```
Original file line number Diff line number Diff line change @@ -11,13 +11,18 @@ export declare class GithubAuthProvider extends OAuthProvider
11
11
` ` `
12
12
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
13
13
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
+
14
20
## Properties
15
21
16
22
| Property | Modifiers | Type | Description |
17
23
| --- | --- | --- | --- |
18
24
| [GITHUB\_ SIGN\_ IN\_ METHOD](./auth.githubauthprovider.github_sign_in_method.md) | <code>static</code> | (not declared) | |
19
25
| [PROVIDER\_ ID](./auth.githubauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
20
- | [providerId](./auth.githubauthprovider.providerid.md) | | (not declared) | |
21
26
22
27
## Methods
23
28
Original file line number Diff line number Diff line change
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [ Home] ( ./index.md ) > ; [ @firebase/auth ] ( ./auth.md ) > ; [ GoogleAuthProvider] ( ./auth.googleauthprovider.md ) > ; [ (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
+ ```
Original file line number Diff line number Diff line change @@ -11,13 +11,18 @@ export declare class GoogleAuthProvider extends OAuthProvider
11
11
` ` `
12
12
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
13
13
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
+
14
20
## Properties
15
21
16
22
| Property | Modifiers | Type | Description |
17
23
| --- | --- | --- | --- |
18
24
| [GOOGLE\_ SIGN\_ IN\_ METHOD](./auth.googleauthprovider.google_sign_in_method.md) | <code>static</code> | (not declared) | |
19
25
| [PROVIDER\_ ID](./auth.googleauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
20
- | [providerId](./auth.googleauthprovider.providerid.md) | | (not declared) | |
21
26
22
27
## Methods
23
28
Original file line number Diff line number Diff line change
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [ Home] ( ./index.md ) > ; [ @firebase/auth ] ( ./auth.md ) > ; [ TwitterAuthProvider] ( ./auth.twitterauthprovider.md ) > ; [ (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
+ ```
Original file line number Diff line number Diff line change @@ -11,12 +11,17 @@ export declare class TwitterAuthProvider extends OAuthProvider
11
11
` ` `
12
12
<b>Extends:</b> [OAuthProvider](./auth.oauthprovider.md)
13
13
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
+
14
20
## Properties
15
21
16
22
| Property | Modifiers | Type | Description |
17
23
| --- | --- | --- | --- |
18
24
| [PROVIDER\_ ID](./auth.twitterauthprovider.provider_id.md) | <code>static</code> | (not declared) | |
19
- | [providerId](./auth.twitterauthprovider.providerid.md) | | (not declared) | |
20
25
| [TWITTER\_ SIGN\_ IN\_ METHOD](./auth.twitterauthprovider.twitter_sign_in_method.md) | <code>static</code> | (not declared) | |
21
26
22
27
## Methods
You can’t perform that action at this time.
0 commit comments