Sep 7, 2018 · 1 min read
Those who are facing issue while sending the data to the firebase data base
You will have to create a collection in the database section named `fcmTokens
` and enable Realtime database using the below config
{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
“rules”: {
“.read”: true,
“.write”: true
}
}