How to send Firebase Push notifications using Firebase Cloud Messaging API (V1) in a react-native applications?

116 Views Asked by At

The objective is to send push notifications using firebase cloud messaging to a react-native application , if possible using a common package, and the latest Firebase Cloud Messaging API, not the legacy API.

I have been trying to send push notifications using firebase cloud messaging Firebase Cloud Messaging API (V1), which was implemented recently and react-native-firebase/messaging. But I couldn't find any network requests made. I have followed the steps given in the documentation, but it doesn't seem to work. Am I missing something here?

(https://i.stack.imgur.com/uvIeS.png)

0

There are 0 best solutions below