React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/auth
GithubAuthProvider
Class GithubAuthProvider
Index
Constructors
constructor
Methods
credential
credential
From
Error
credential
From
Result
Properties
GITHUB_
SIGN_
IN_
METHOD
PROVIDER_
ID
Constructors
constructor
new
GithubAuthProvider
()
:
GithubAuthProvider
Returns
GithubAuthProvider
Methods
Static
credential
credential
(
token
:
string
)
:
OAuthCredential
Parameters
token
:
string
Returns
OAuthCredential
Static
credential
From
Error
credentialFromError
(
_error
:
AuthError
)
:
OAuthCredential
|
null
Parameters
_error
:
AuthError
Returns
OAuthCredential
|
null
Remarks
Always returns
null
on React Native Firebase.
Static
credential
From
Result
credentialFromResult
(
_userCredential
:
UserCredential
)
:
OAuthCredential
|
null
Parameters
_userCredential
:
UserCredential
Returns
OAuthCredential
|
null
Remarks
Always returns
null
on React Native Firebase.
Properties
Static
Readonly
GITHUB_
SIGN_
IN_
METHOD
GITHUB_SIGN_IN_METHOD
:
"github.com"
= providerId
Static
Readonly
PROVIDER_
ID
PROVIDER_ID
:
"github.com"
= providerId
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
credential
credential
From
Error
credential
From
Result
Properties
GITHUB_
SIGN_
IN_
METHOD
PROVIDER_
ID
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Remarks
Always returns
nullon React Native Firebase.