aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging
Commit message (Collapse)AuthorAge
...
* Add comment about how multiple senders are supported (#158)Gravatar Riz2017-07-31
| | | | This is a slight tweak to the block comment describing `-retrieveFCMTokenForSenderID:completion:`, to more explicitly mention that this can be used to support the scenario of allow multiple senders to send notifications to the same client app.
* Configure Messaging for default FIRApp only. (#154)Gravatar Ryan Wilson2017-07-26
| | | | Currently Messaging will use the most recent FIRApp configured which isn't obvious. This will limit it to only the defualt FIRApp.
* 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