Skip to content

Firebase Cloud Functions that power the notification or any serverless service of the Shuttler app.

License

Notifications You must be signed in to change notification settings

coding-hub-org/shuttler-cloud-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Functions

Installation

Install Firebase tools for Firebase Cloud Function.

$ npm install -g firebase-tools@6.8.0
$ firebase login
$ firebase use <firebase project id>
$ cd functions
$ npm install

Download serviceAccountKey.json from Firebase

  1. Go to Projet Settings
  2. Go to Service Accounts tab
  3. Click Generate new private key
  4. Download and place the file in functions folder
  5. Rename the file to serviceAccountKey.json

Deploy

$ cd functions
$ npm run deploy

About

Firebase Cloud Functions that power the notification or any serverless service of the Shuttler app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages