Skip to content

Remove the FCM Direct Channel API from Messaging - #6430

Merged
charlotteliang merged 6 commits into
firebase7-mainfrom
fm-kill-mcs
Sep 14, 2020
Merged

Remove the FCM Direct Channel API from Messaging#6430
charlotteliang merged 6 commits into
firebase7-mainfrom
fm-kill-mcs

Conversation

@charlotteliang

@charlotteliang charlotteliang commented Sep 9, 2020

Copy link
Copy Markdown
Member

Remove the deprecated FCM direct channel and Upstream Send from Messaging. This includes the API, code and tests.

This also removes protocol buffer dependency.

Fixed #5216.

Comment thread FirebaseMessaging.podspec Outdated

@paulb777 paulb777 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to see much code deletion!

Please fix the GHA failures.

Comment thread FirebaseMessaging.podspec Outdated
Comment thread FirebaseMessaging/CHANGELOG.md Outdated
Comment thread FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.h Outdated

@ryanwilson ryanwilson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍 amazing, I didn't know there was this much red in the whole galaxy!

@@ -57,41 +57,6 @@ typedef void (^FIRMessagingDeleteFCMTokenCompletion)(NSError *_Nullable error)
typedef void (^FIRMessagingTopicOperationCompletion)(NSError *_Nullable error);

#if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conditional can be cleared as well for a nicer cleanup - I think this was obsolete once we started requiring Xcode 8 😝 Just for a follow up PR - no need to do it here

@charlotteliang
charlotteliang merged commit dfba699 into firebase7-main Sep 14, 2020
@charlotteliang
charlotteliang deleted the fm-kill-mcs branch September 14, 2020 18:32
@firebase firebase locked and limited conversation to collaborators Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants