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