You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
javier-gantri
changed the title
ANR error after received the first push notification when combine FCM for android and Push for IOS
ANR error after receiving the first push notification when combine FCM for android and Push for IOS
Feb 12, 2024
Hey @javier-gantri, why do you need both firebase_messaging and push installed at the same time? This is something I haven't tested but, but if it makes sense I could try make it work.
Steps:
1 - create an empty flutter project (3.16.9)
2 - flutter pub add firebase_core firebase_messaging push
3 - configure android build.gradle
4 - add basic subscription for push message
5 - run android project
6 - sent a push notification using firebase cloud
The text was updated successfully, but these errors were encountered: