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
I'm using Firebase Cloud Messaging to implement the push notifications feature in my Flutter app. The notification is being received on both iOS and Android as intended. However, although the sound is working on iOS; no sound, vibration, nor pop-up is showing on Android.
It doesn't work using the server with sound set to default (Node.js):
It also doesn't work when I use the Firebase console directly (with sound enabled as shown in the picture): Screenshot of my Firebase console configuration
I also made sure to have sound permissions set to allow on the android phones I tested on.
I'm clueless on how to make the sound work on Android as it's working on iOS? Any help is appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Firebase Cloud Messaging to implement the push notifications feature in my Flutter app. The notification is being received on both iOS and Android as intended. However, although the sound is working on iOS; no sound, vibration, nor pop-up is showing on Android.
It doesn't work using the server with sound set to default (Node.js):
It also doesn't work when I use the Firebase console directly (with sound enabled as shown in the picture): Screenshot of my Firebase console configuration
I also made sure to have sound permissions set to allow on the android phones I tested on.
I'm clueless on how to make the sound work on Android as it's working on iOS? Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions