Skip to content

A severless sever with Expressjs, Nodejs hosted on Firebase Functions. using Firstore, Firebase Storage.

Notifications You must be signed in to change notification settings

duncanchiu409/functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

functions

Stack Architecture

My Image

Installation

Step 1

git clone the repository into local

git clone https://github.com/duncanchiu409/functions.git

Step 2

Install npm packages locally on node_modules

npm i

Step 3

Install firebase globally on node_modules

npm i -g firebase

Step 4

Login into your google firebase account

firebase login

Step 5

Follow the Firebase authentication instruction (Noted that the project should follow your cloud project setup instead of mine)

Step 6

Change the .firebaserc configuration

{
  "projects": {
    "default": "YOUR_PROJECT_NAME_ID"
  }
}

Step 7

Run the server on firebase Emulator

npm run serve

Step 8

If everything works fine, you can now deploy it on Firebase Functions

npm run deploy

About

A severless sever with Expressjs, Nodejs hosted on Firebase Functions. using Firstore, Firebase Storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%