mo-ah-dawood / fcm_config

10 stars 12 forks source link

notifications only works when the app is closed. when it's working, they don't work #25

Closed Junama closed 2 years ago

Junama commented 2 years ago

await FCMConfig.instance.init(
defaultAndroidChannel: AndroidNotificationChannel( 'General', 'Fcm config', importance: Importance.max, playSound: true, ledColor: Colors.green, enableLights: true, sound: RawResourceAndroidNotificationSound('notification'),

),
  onBackgroundMessage:_firebaseMessagingBackgroundHandler,
  alert: true,
  sound: true,
  //provisional: true,

);

mo-ah-dawood commented 2 years ago

insure that the sound exist or remove this line sound: RawResourceAndroidNotificationSound('notification')