All Firebase Push Notification parameters are available from the Google API test console. The direct link to the Send method test console – https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send From the above URL other details can be navigated to. To open the console click on the “Try it!” blue button on right. Now clicking the blue dots in the basic… Continue reading Google FCM all Push Notification parameters
Tag: fcm
Website Push Notification with Google Firebase
Mainly three things are needed A file named firebase-messaging-sw.js placed in the root of the website. This file contains the codes for receiving the push when the browser is minimized or that particular website is closed. The scripts for receiving the push The server side code to send the PUSH firebase-messaging-sw.js Code for Receiving… Continue reading Website Push Notification with Google Firebase