fire-burnerFirebase Messaging

Firebase Messaging :

circle-exclamation
circle-exclamation
  1. Go to your Firebase Project in that left hand side panel click on setting

  1. In that click on Servie accounts. In that tab click on button Generate new private

  1. After click on button confirmation dialog will be open in that click on Generate Key button.

  1. As soon as you click on the button with your project name the .json file will be downloaded.

  2. Open the .json file in your VisulStudio or Text editor file then copy that file.

  3. Go to the firebase project -> Product categories -> Run -> Remote config. In the Remote config Click on the Create Configuration button.

  1. Add firebase_credentials key to parameter name (key) and select data type JSON. Whatever JSON file you have copied, you have to paste it in the Default value. After that Click the Save the Button.

circle-exclamation

Last updated