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

4
lib/index.d.ts vendored
View File

@ -643,7 +643,7 @@ declare module "react-native-firebase" {
}
/** 3rd party provider Credentials */
type AuthCredential {
type AuthCredential = {
providerId: string,
token: string,
secret: string
@ -1034,7 +1034,7 @@ declare module "react-native-firebase" {
*/
onLink(listener: (url) => void): () => void;
}
/**
* Configuration when creating a Dynamic Link (standard or short). For
* more information about each parameter, see the official Firebase docs: