Closed smemamian closed 6 years ago
Error: AndroidNotification: Missing required
channelIdproperty
- your notification is missing a channelId like the error says 😋
Also firebase.notifications().android.createChannel(channel);
is a promise so it's asynchronous. You need to await
it before creating your notification.
Loving react-native-firebase
and the support we provide? Please consider supporting us with any of the below:
React Native Firebase
and Invertase
on Twitter According to the docs, firebase.notifications().android.createChannel(channel);
is still not a asynchronous. Maybe Mr. @Salakar can give an example of working code.
channelId does not match! notification.android.setChannelId("teamcide") --> notification.android.setChannelId("daily")
when app is foreground I get yellow error:
my codes: