react native firebase push notifications github code example
Example 1: firebase push notification ios no sound
{
"to": "myToken",
"notification": {
"body": "test",
"title": "test",
"sound": "default"
},
"priority": "high"
}
Example 2: push notification not working on standalone react native
expo push:android:upload --api-key <Server key>