aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging
Commit message (Collapse)AuthorAge
* Temporary fix for Messaging's data collection bit (#1334)Gravatar Ryan Wilson2018-05-25
| | | | | | | | | | | | * Temporary fix for Messaging's data collection bit This ensures that existing behavior still works - InstanceID can sometimes fetch stored values before `FirebaseApp.configure()` is called, causing the global flag to be `NO`. Will file an issue shortly. * Remove extra whitespaces Thanks, GitHub editor. * Fix method being called
* Adding new error code to topic format error (#1324)Gravatar Chen Liang2018-05-23
|
* Merge pull request #1312 from alexames/masterGravatar Morgan Chen2018-05-23
|\ | | | | Warn when topic format is incorrect.
* | Update release log and remove extra deprecate warning (#1314)Gravatar Chen Liang2018-05-23
| |
| * Warn when topic format is incorrect.Gravatar Alex Ames2018-05-22
| | | | | | | | | | | | When subscribeToTopic or unsubscribeFromTopic are called, they should not be passed in with the prefix "/topic/". Calling those functions with a string prefixed with "/topic/" will now print a warning.
* | add macro to remove deprecated warning (#1295)Gravatar Chen Liang2018-05-22
| |
* | ignore deprecated warning of get token method (#1292)Gravatar Chen Liang2018-05-18
| |
* | Use brackets to import system header sqlite3.h (#1285)Gravatar Paul Beusterien2018-05-16
| |
* | Add global data collection switch. (#1219)Gravatar Ryan Wilson2018-05-14
|/ | | | | | | * Addition of global data collection switch. * Added Messaging conformance to data switch. Also formatted code. * Move data collection flag internal until all SDKs conform to it. * Formatting in response to code review.
* shouldEstablishDirectChannel cannot be replaced by ↵Gravatar Chen Liang2018-04-26
| | | | | isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected (#1190) shouldEstablishDirectChannel cannot be replaced by isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected
* Fix new Xcode 9.3 warnings (#1183)Gravatar Paul Beusterien2018-04-25
|
* Should always query the latest checkin info from InstanceIDGravatar Chen Liang2018-04-23
| | | This fixes a bug that when we delete IID, IID refreshes new checkin info and FCM stops querying the checkin if checkin exists. And this causes FCM using staled checkin info and not able to receive data message.
* Remove old, unused podspecs (#1129)Gravatar Paul Beusterien2018-04-17
|
* Update CHANGELOG for next release. (#1115)Gravatar Chen Liang2018-04-16
|
* Remove didReceiveAPNSToken: triggered by IID deprecated method setAPNSToken: ↵Gravatar Chen Liang2018-04-13
| | | | | | (#1094) * remove a call that is triggered by IID, but no longer possible once we remove the deprecated method in IID
* Options should be nullable for subscription (#1085)Gravatar Chen Liang2018-04-13
| | | | Getting warning message from xcode so we need to define it to remove warning.
* Remove deprecated token callback (#1074)Gravatar Chen Liang2018-04-12
|
* remove deprecated data message callback (#1068)Gravatar Chen Liang2018-04-11
| | | | | | * remove deprecated data message callback * Fix the issue that swizzling is not setup in recommended data message callback for message tracking.
* Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\ | | | | Release 4.12.0
* | Remove deprecated remoteMessageDelegate (#1054)Gravatar Chen Liang2018-04-09
| | | | | | | | * Remove deprecated remoteMessageDelegate and simplify the shouldEstablishDirectChannel property
* | add NS_ASSUME_NONNULL macros to messagingGravatar Morgan Chen2018-04-05
| |
| * Fix nullability warning with new Messaging API (#1029) (#1032)Gravatar Ryan Wilson2018-04-05
| |
* | Fix nullability warning with new Messaging API (#1029)Gravatar Ryan Wilson2018-04-05
| |
| * Cherry Pick of comments and changelog for M23 (#1028)Gravatar Ryan Wilson2018-04-04
| | | | | | | | | | | | | | | | | | | | * updates the changelog for pending release (#1025) * updates the changelog for pending release * addresses comment * Fix the comments for subscribe to topic (#1026)
* | Fix the comments for subscribe to topic (#1026)Gravatar Chen Liang2018-04-04
|/
* improve logging when subscription failed (#1017)Gravatar Chen Liang2018-04-02
|
* update changelog for release (#1014)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
* Remove FIRMessagingInstanceIDProxyGravatar Morgan Chen2018-03-27
|
* Fix the issue completion handler is not triggered in subscribeToTopic. (#867)Gravatar Chen Liang2018-02-28
| | | | | * fix the issue that handler not get triggered
* Update CHANGELOG for release (#845)Gravatar Chen Liang2018-02-23
| | | | | | * improve the documentations on auto init property * adjust the comments
* Improve documentation on auto-init property in FCM. (#792)Gravatar Chen Liang2018-02-13
|
* avoid using initWithSuiteName which does not support iOS 7 (#765)Gravatar Chen Liang2018-02-06
|
* Creating CHANGELOG for FCM (#764)Gravatar Chen Liang2018-02-06
| | | | | | * add CHANGELOG for FCM * fix the typo
* fix (#739)Gravatar Chen Liang2018-02-01
|
* [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
* Merge branch 'master' into messaging-copyGravatar Chen Liang2018-01-24
|\
* | revert unrelated changesGravatar chliangGoogle2018-01-24
| |
* | revert unrelated changesGravatar chliangGoogle2018-01-24
| |
* | revert unrelated changesGravatar chliangGoogle2018-01-24
| |
* | Adding enable/disable property to FCM token auto InitializationGravatar chliangGoogle2018-01-24
| |
| * Update FirebaseMessaging protos (#696)Gravatar Paul Beusterien2018-01-24
| |
| * Disable Messaging build warnings (#697)Gravatar Paul Beusterien2018-01-24
| |
| * Revert changes introduced in #546 to fix build breakage. (#562)Gravatar Ryan Wilson2017-12-12
| |
| * Fix FCM build warning introduced in Xcode 9 (#546)Gravatar Paul Beusterien2017-12-08
| |
| * Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
|/ | | | Qualify all cross-pod imports of FirebaseCore headers
* FCM version should return only the sementic version and let IID handle the ↵Gravatar chliangGoogle2017-11-30
| | | | part adding prefix.
* FIRAppInternal.h is a published private header (#501)Gravatar Paul Beusterien2017-11-28
|
* Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
| | | | | | | | | | * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header
* Remove unused code from Messaging (#458)Gravatar Paul Beusterien2017-11-15
|