mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 20:25:41 +08:00
Merge pull request #1400 from PatronGG/nullable-idtoken-string
Type declaration of AuthProvider.credential allows null token
This commit is contained in:
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@@ -853,7 +853,7 @@ declare module 'react-native-firebase' {
|
||||
|
||||
type AuthProvider = {
|
||||
PROVIDER_ID: string;
|
||||
credential: (token: string, secret?: string) => AuthCredential;
|
||||
credential: (token?: string, secret?: string) => AuthCredential;
|
||||
};
|
||||
|
||||
type EmailAuthProvider = {
|
||||
|
||||
Reference in New Issue
Block a user