-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
Firebase deprecating direct channel API #406
Comments
I have same issue |
Please can you provide a link to the documentation which states this. |
@dpa99c I'm not the original poster but here's the email I received from Firebase today:
|
Can confirm - I got the same email |
Got the same e-mail but never specified which one to use. I do see the changes made in the latest commit but is there any way to verify if the app uses APN or Direct Channel? |
…efaults to false. Resolves dpa99c#406.
@dpa99c Thanks for the quick turn around on this, I see that you've merged the changes to master, but I don't see a new plugin/package version - is one required? |
@znewsham this will go out in the next release (hence the label "ready for release"). However given the Firebase Messaging iOS SDK v7.0 is slated to be released in September 2020 and backend support will only subsequently be disabled "within the next year", I don't see any urgent rush to integrate this immediately. |
Awesome, thanks for the response - I just wanted to get a rough timeline! |
Firebase has stated they will deprecate their direct channel API from V7 and that within the next year they will remove the backend features for this. It seems like this plugin forces direct channel to be true:
Is this required for all apps to receive push notifications in the foreground? Can it be set to false by some configuration in the plist of the application?
The text was updated successfully, but these errors were encountered: