m4har / rn-notifee-fcm

react native notifee firebase example background, foreground on emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exampe Notifee X FCM

just copy your google-service.json to android/app

Example CURL post FCM

curl --location 'https://fcm.googleapis.com/fcm/send' \

--header 'Authorization: key={{Cloud_Messaging_API_key}}' \

--header 'Content-Type: application/json' \

--data  '{

"to": "{{fcm_token_device}}",

"priority":10,

"data":{

"message":"hello world",

"screen":"1",

"title":"hello world"

}

}'

About

react native notifee firebase example background, foreground on emulator


Languages

Language:Java 35.5%Language:TypeScript 28.6%Language:Objective-C 11.2%Language:Ruby 11.2%Language:JavaScript 9.8%Language:Objective-C++ 3.7%