Merge pull request #1397 from PatronGG/export-auth-credential-type
Exports the AuthCredential type
This commit is contained in:
commit
c44aed7d8a
|
@ -5,7 +5,7 @@
|
|||
|
||||
declare module 'react-native-firebase' {
|
||||
/** 3rd party provider Credentials */
|
||||
type AuthCredential = {
|
||||
export type AuthCredential = {
|
||||
providerId: string;
|
||||
token: string;
|
||||
secret: string;
|
||||
|
|
Loading…
Reference in New Issue