Skip to content

IDScanNet/dive-firebase-cloud-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Project setup

  1. Install project dependencies
npm install

Deploy to Firebase

  1. Install the Firebase CLI
npm install -g firebase-tools
  1. Login in to Firebase
firebase login
  1. Setup the firebase project we are deploying to
firebase init functions
  • Select Yes you are ready to proceed
  • Create a new project in your firebase account for this deployment
  • Select Javascript when asked what language would you like to use to write your Cloud Function
  • Select No when asked if you want to use ESLint to catch probable bugs and enforce style
  • Select No when asked to overwrite the package.json, index.js and the .gitignore files
  • Select Yes when asked if you want to install dependencies with npm now
  1. Deploy the project to firebase
firebase deploy

NOTE

Deployments to Firebase may fail if using a version of Node higher than v14.18.2

About

This is a firebase cloud function built with Express that can serve as the backend for a DIVE application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published