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

[firebase_messaging] Table in "Receiving Messages" section should be updated #1873

Closed
Sylvain17 opened this issue Jan 24, 2020 · 5 comments
Closed
Labels
impact: crowd Affects many people, though not necessarily a specific customer with an assigned label. (P2) platform: android Issues / PRs which are specifically for Android. platform: ios Issues / PRs which are specifically for iOS. plugin: messaging Stale Issue with no recent activity type: documentation Improvements or additions to documentation

Comments

@Sylvain17
Copy link

Describe the bug
Table in "Receiving Messages" section is outdated

Outdated table
image

Updated table should be like
image

@Sylvain17 Sylvain17 added the type: bug Something isn't working label Jan 24, 2020
@iapicca iapicca added type: documentation Improvements or additions to documentation and removed type: bug Something isn't working labels Jan 27, 2020
@krishnakumarcn
Copy link

Is there any way we can get the data messages on the background for iOS? (without bringing the app to foreground?) @Sylvain17

@Sylvain17
Copy link
Author

@krishnakumarcn Be aware of what you really speak about :

  • If you want a push notification on iOS if App is in background, method onMessage is called, then you can create a push with a local notifcation with this plugin : https://pub.dev/packages/flutter_local_notifications
  • If you speak about App killed, I think the only way is to call the "Notification Service Extension" which is a more complicated process.

@Salakar
Copy link
Member

Salakar commented Apr 21, 2020

Is there any way we can get the data messages on the background for iOS? (without bringing the app to foreground?) @Sylvain17

There is but support is not currently implemented as far as I know - we'll be looking to implement the same support in FlutterFire as we did for React Native Firebase; https://rnfirebase.io/messaging/usage#receiving-messages

Which should cover all scenarios;

image

@Salakar Salakar added impact: crowd Affects many people, though not necessarily a specific customer with an assigned label. (P2) plugin: messaging platform: android Issues / PRs which are specifically for Android. platform: ios Issues / PRs which are specifically for iOS. labels Apr 21, 2020
@britannio
Copy link
Contributor

When is this being updated? The current README is quite misleading.

Ehesp pushed a commit that referenced this issue Oct 20, 2020
@Salakar Salakar added the Stale Issue with no recent activity label Apr 1, 2021
@Salakar
Copy link
Member

Salakar commented Apr 16, 2021

Closing in favour of trying the latest messaging version which has since this issue was created been heavily reworked to improve it along with detailed and up to date documentation: https://firebase.flutter.dev/docs/messaging/overview

If you still have a problem please raise a new GitHub issue with up to date information and code snippets if possible. Thanks.

@Salakar Salakar closed this as completed Apr 16, 2021
@firebase firebase locked and limited conversation to collaborators May 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
impact: crowd Affects many people, though not necessarily a specific customer with an assigned label. (P2) platform: android Issues / PRs which are specifically for Android. platform: ios Issues / PRs which are specifically for iOS. plugin: messaging Stale Issue with no recent activity type: documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants