Merge pull request #469 from bm-software/master
Missing new app function typing
This commit is contained in:
commit
eccd551d43
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -51,6 +51,8 @@ declare module "react-native-firebase" {
|
||||
|
||||
static initializeApp(options?: any | RNFirebase.configurationOptions, name?: string): FireBase;
|
||||
|
||||
static app(name?: string): FireBase;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user