aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private/FIRAppInternal.h
Commit message (Collapse)AuthorAge
* Remove unnecessary nonnull annotationsGravatar Benoit St-Pierre2018-02-26
|
* Manually fix clang-format issuesGravatar Benoit St-Pierre2018-02-26
|
* Style fixesGravatar Benoit St-Pierre2018-02-26
|
* PR feedbackGravatar Benoit St-Pierre2018-02-26
|
* Add third-party library version registrationGravatar Benoit St-Pierre2018-02-26
| | | | | This will allow us to collect the version of platform libraries that developers use in conjunction with Firebase.
* Include UID when sending (internal) auth state change notifications (#507)Gravatar rsgowman2017-11-30
| | | This is to allow firestore to not require an explicit dependency on auth.
* Remove unused internal function. (#383)Gravatar Ryan Wilson2017-10-17
| | | This isn't referenced anywhere internally or externally.
* Fix a warning that shows up in Xcode 9 (#342)Gravatar Paul Beusterien2017-10-06
|
* Move Auth notification constant into Core. (#155)Gravatar Ryan Wilson2017-08-04
| | | | | | | | | | | | * Move Auth notification constant into Core. SDKs that want to listen for the internal Auth notifications needed to copy the notification strings to their own SDK instead of relying on Auth's definition in order to avoid a dependency on Auth. By moving them to Core, SDKs can use the constants without taking on another dependency. * Remove Auth stub, add app instance to notification.
* Add Firebase AuthUI service for tracking FirebaseUI installations count. (#142)Gravatar Yury2017-07-17
|
* Add method to check if `defaultApp` is configured. (#139)Gravatar Ryan Wilson2017-07-17
| | | | This lets other SDKs check if the default `FIRApp` is set up without accessing it, which causes unnecessary log messages to appear.
* InitialGravatar Paul Beusterien2017-05-15