Missing new app function typings

This commit is contained in:
Michele Bombardi 2017-10-06 13:11:32 +02:00
parent 2575fb4956
commit 62ab50ec77
1 changed files with 2 additions and 0 deletions

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