dedm-github

Results 1 comments of dedm-github

Why my notification only play in foreground but play default notification sound in background ? if (isGmsProvider(provider)) { module.messaging().setBackgroundMessageHandler(async (remoteMessage) => { await AsyncStorage.setItem('lastRemoteMessage', JSON.stringify(remoteMessage)); promptPushNotification({ title: remoteMessage.notification.title, body: remoteMessage.notification.body,...