I’ve saved some of my mobile registration_codes that are connected with my development environment of Firebase. Once I send a manual notification by the api I receive empty feedback from Firebase himself. After debugging I found that the notification has not been send. What’s wrong with my call, because the call I make is the same in the examples and
Tag: firebase-cloud-messaging
App crashes when receiving notification from firebase PHP API
I want to send a notification to a user via firebase PHP API. I followed a tutorial but the app crashes when the API runs and if the app it’s not open nothing will happen. this is the code: <?php …
Set FCM channel ID in PHP for notifications
I’m trying to send FCM notification to Android device using PHP. My code is working for devices before Android O. In Android O, we need to set channel ID in request as well to receive notifications, …