Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the FCM Direct Channel API from Messaging #6430

Merged
merged 6 commits into from
Sep 14, 2020

Conversation

charlotteliang
Copy link
Contributor

@charlotteliang charlotteliang commented Sep 9, 2020

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.

Copy link
Member

@paulb777 paulb777 left a comment

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.

FirebaseMessaging.podspec Outdated Show resolved Hide resolved
FirebaseMessaging/CHANGELOG.md Outdated Show resolved Hide resolved
FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.h Outdated Show resolved Hide resolved
Copy link
Member

@ryanwilson ryanwilson left a comment

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
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.

None yet

6 participants