Replies: 2 comments
-
This situation did not exist before when I was implementing another function. However, all FCM receiving have delays in my app now. I am wondering whether it is because my app gets larger and there are several stream listeners?🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Flutters,
I am developing an app with realtime chat function. I prepare to use Cloud Firestore and Firebase Message for pushing notifications when new messages coming. However, there is a 5 mins - 10 mins delay when receiving FCM on my app. Is there any help I can get from here?
Best Regards.
Here is flutter doctor -v
Here is LocalNotificationService
Here is initState() in MyApp
` LocalNotificationService.initialize(context);
Beta Was this translation helpful? Give feedback.
All reactions