Missing new app function typings
This commit is contained in:
parent
2575fb4956
commit
62ab50ec77
|
@ -51,6 +51,8 @@ declare module "react-native-firebase" {
|
||||||
|
|
||||||
static initializeApp(options?: any | RNFirebase.configurationOptions, name?: string): FireBase;
|
static initializeApp(options?: any | RNFirebase.configurationOptions, name?: string): FireBase;
|
||||||
|
|
||||||
|
static app(name?: string): FireBase;
|
||||||
|
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue