Merge pull request #783 from danielw93/master

[typings][typescript]: fix stupid typo that breaks tsc compilation
This commit is contained in:
Elliot Hesp 2018-01-26 13:05:53 +00:00 committed by GitHub
commit f6ff56289c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

2
lib/index.d.ts vendored
View File

@ -643,7 +643,7 @@ declare module "react-native-firebase" {
} }
/** 3rd party provider Credentials */ /** 3rd party provider Credentials */
type AuthCredential { type AuthCredential = {
providerId: string, providerId: string,
token: string, token: string,
secret: string secret: string