evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

use a default channel if no channel is specified #1099

Open kirill578 opened 5 years ago

kirill578 commented 5 years ago

backwards computability incase your backend does not support channels

if the channel was yet to be created, or missing from the payload we use a default channel (and create it if needed)