Skip to content

Generate oauth key using your service account for authorizing FCM app server requests

License

Notifications You must be signed in to change notification settings

HarshadRanganathan/fcm-http-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcm-http-oauth

Generate oauth key using your service account for authorizing requests to FCM app server

Create Service Account

In your firebase project, under project settings, choose Service accounts tab.

Select Generate new private key to download your service account file.

Install Dependencies

npm install

Generate OAuth

npm run oauth <absolute_path_of_your_service_account_file>

e.g. npm run oauth C:\\firebase-adminsdk.json

About

Generate oauth key using your service account for authorizing FCM app server requests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages