aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private/FIRAppInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Core/Private/FIRAppInternal.h')
-rw-r--r--Firebase/Core/Private/FIRAppInternal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h
index 2a98268..447d151 100644
--- a/Firebase/Core/Private/FIRAppInternal.h
+++ b/Firebase/Core/Private/FIRAppInternal.h
@@ -83,6 +83,13 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationTokenKey;
*/
extern NSString *const FIRAuthStateDidChangeInternalNotificationAppKey;
+/** @var FIRAuthStateDidChangeInternalNotificationUIDKey
+ @brief A key present in the dictionary object parameter of the
+ @c FIRAuthStateDidChangeInternalNotification notification. The value associated with this
+ key will contain the new user's UID (or nil if there is no longer a user signed in).
+ */
+extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey;
+
/** @typedef FIRTokenCallback
@brief The type of block which gets called when a token is ready.
*/