Google Firebase - Easy Steps To Run Your Chrome Notification Service
FCM is a new version of Google Cloud Messaging (GCM) offering many great services called Notification , Authenticatin , Database , Storage , Hosting etc. Click Here To See Pricing And Features If you want to add a push notification service , here we go through the necessary and easy steps to run your Notification project via your FCM account . As google chrome is the most popular browser and it can run background services for push notifications - both for mobile and desktop - we are going to add the prerequired features to add a notification service to our website . 1.Create your FCM project First you to create your project in FCM console ( https://console.firebase.google.com ) and go to the next step . 2. Add Chrome Manifest to your project The first step is to add your website chrome configuration to a json file mostly is named manifest.json . you can take a look at this website ( airhoner.com ) as a sample website using manifest.json and service workers...