Skip to content

Commit

Permalink
Merge pull request #783 from danielw93/master
Browse files Browse the repository at this point in the history
[typings][typescript]: fix stupid typo that breaks tsc compilation
  • Loading branch information
Ehesp authored Jan 26, 2018
2 parents 09fa3b9 + 1770181 commit f6ff562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ declare module "react-native-firebase" {
}

/** 3rd party provider Credentials */
type AuthCredential {
type AuthCredential = {
providerId: string,
token: string,
secret: string
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f6ff562

Please sign in to comment.