nativescript-firebase-updated-new
Advanced tools
Comparing version 1311.1.2 to 1411.1.2
@@ -99,2 +99,5 @@ import { prompt, ApplicationSettings } from "@nativescript/core"; | ||
}, | ||
removeAllAuthStateListeners: () => { | ||
firebase.authStateListeners = []; | ||
}, | ||
hasAuthStateListener: listener => { | ||
@@ -101,0 +104,0 @@ return firebase.authStateListeners.indexOf(listener) >= 0; |
@@ -690,2 +690,4 @@ export namespace firebase { | ||
export function removeAllAuthStateListeners(): void; | ||
export function hasAuthStateListener( | ||
@@ -692,0 +694,0 @@ listener: AuthStateChangeListener |
{ | ||
"name": "nativescript-firebase-updated-new", | ||
"version": "1311.1.2", | ||
"version": "1411.1.2", | ||
"description": "Fire. Base. Firebase!", | ||
@@ -5,0 +5,0 @@ "main": "firebase", |
1036275
17794