From 39a9f0388ae9c687ff6b787a9aceb325f9f9b283 Mon Sep 17 00:00:00 2001 From: jwngr Date: Fri, 19 Aug 2016 11:54:35 -0700 Subject: [PATCH] Added change log for upcoming 2.0.2 release --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index e69de29b..027bf894 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1 @@ +fixed - `$firebaseAuth.signOut()` now correctly returns a `Promise` fulfilled when the underlying Firebase SDK has signed the user out.