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?