From a251259f3ce4a04b10eedb3c9d45671a55898191 Mon Sep 17 00:00:00 2001 From: rsgowman Date: Thu, 30 Nov 2017 13:26:25 -0500 Subject: Include UID when sending (internal) auth state change notifications (#507) This is to allow firestore to not require an explicit dependency on auth. --- Firebase/Core/FIRApp.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Firebase/Core/FIRApp.m') diff --git a/Firebase/Core/FIRApp.m b/Firebase/Core/FIRApp.m index 5efaa2e..835a1a4 100644 --- a/Firebase/Core/FIRApp.m +++ b/Firebase/Core/FIRApp.m @@ -60,6 +60,8 @@ NSString *const FIRAuthStateDidChangeInternalNotificationAppKey = @"FIRAuthStateDidChangeInternalNotificationAppKey"; NSString *const FIRAuthStateDidChangeInternalNotificationTokenKey = @"FIRAuthStateDidChangeInternalNotificationTokenKey"; +NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey = + @"FIRAuthStateDidChangeInternalNotificationUIDKey"; /** * The URL to download plist files. -- cgit v1.2.3