mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-26 23:05:11 +08:00
[flow] fix CredentialType provider/providerId
This commit is contained in:
@@ -10,7 +10,7 @@ declare type AuthResultType = {
|
||||
} | null;
|
||||
|
||||
declare type CredentialType = {
|
||||
provider: string,
|
||||
providerId: string,
|
||||
token: string,
|
||||
secret: string
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user