Merge pull request #469 from bm-software/master

Missing new app function typing
This commit is contained in:
Michael Diarmid
2017-10-06 12:13:53 +01:00
committed by GitHub

2
index.d.ts vendored
View File

@@ -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;
}