aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging/FIRMessagingTopicOperation.m
Commit message (Collapse)AuthorAge
* improve logging when subscription failed (#1017)Gravatar Chen Liang2018-04-02
|
* Adding a new topic subscription/unsubcription with completion handler method ↵Gravatar Chen Liang2018-03-30
| | | | | | (#1001) * add new topic subscription/unsubscription method with handler
* [FCM] Add completion handler to subscribe/unsubscribe topic actionsGravatar Oleksiy Ivanov2018-01-30
| | | | | | | Added functionality not exposed in public header yet. I would leave to next FCM SDK owner to expose this functionality (and follow any required review process). Bugs: 72701086
* Encode the topic name when subscribing (#220)Gravatar Riz2017-08-30
| | | | This should address the issue filed at: https://github.com/firebase/quickstart-ios/issues/242, where a topic name containing a `%` character was failing. It turns out that the topic name was never being url-encoded.
* InitialGravatar Paul Beusterien2017-05-15