Merge pull request #1397 from PatronGG/export-auth-credential-type

Exports the AuthCredential type
This commit is contained in:
Michael Diarmid 2018-08-14 01:16:03 +01:00 committed by GitHub
commit c44aed7d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
src/index.d.ts vendored
View File

@ -5,7 +5,7 @@
declare module 'react-native-firebase' {
/** 3rd party provider Credentials */
type AuthCredential = {
export type AuthCredential = {
providerId: string;
token: string;
secret: string;