aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging
Commit message (Collapse)AuthorAge
...
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29
|
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22
|
* Fix Messaging doc (#97)Gravatar Paul Beusterien2017-06-21
|
* Fix formatting inconsistencies in Messaging header (#61)Gravatar Riz2017-06-02
| | | The header comments are directly reflected in Firebase documentation, so this improves that as well.
* Add missing Foundation import (#46)Gravatar Paul Beusterien2017-05-31
|
* Clean up logging and configuration in Messaging (#28)Gravatar Riz2017-05-24
| | | | | | | | | | * Remove mostly unused code from FIRMessagingLogger This cleans up some left-over old logging logic from before we moved to FIRLogger in Firebase Core. We no longer need this logging functionality. * Delete FIRMessagingConfig.{h,m} We no longer need a config class to store an unused log level filter (that filter is no longer needed).
* Log an error if for some reason we can't add a method to a class (#24)Gravatar Riz2017-05-23
| | | Maybe it was already swizzled, or some other issue. Either way, it would be good to log this error, as it might help us / developers diagnose an issue.
* InitialGravatar Paul Beusterien2017-05-15