Skip to content

Firebase project of Node JS under single code base. Deploy with single command

Notifications You must be signed in to change notification settings

AshishisLiquid/Firebase-Multiple-Project-in-Single-CodeBase

Repository files navigation

Firebase-Multiple-Project-in-Single-CodeBase

2 Firebase Projects with Single Code base with Production / Development.

Deployment work with Bash File : deploy.sh :

  1. Deployment Without Function:

It Deployes only website to testing purpose.

Command : ./deploy.sh

  1. Deployment With Function :

It helps with proper testing functionality. Deployment of function work with suffix as Test and website deploy on your testing project

Command :

a. Single Function

./deploy.sh :abc b. Multiple Functions :

./deploy.sh :abc,cde

  1. Production without functions :

Production website deployment with bash script.

./deploy.sh --prod

  1. Production with functions :

Production function deployment deploy website with functions specified.

./deploy.sh --prod:abc,cde|

Production deployment allow both type of functionality deployment such as single and multiple

About

Firebase project of Node JS under single code base. Deploy with single command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published