From 62ab50ec7716fcbc805029511b7bb80ae36ce046 Mon Sep 17 00:00:00 2001 From: Michele Bombardi Date: Fri, 6 Oct 2017 13:11:32 +0200 Subject: [PATCH] Missing new app function typings --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 9f50442f..9272a526 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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; }