Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 895 Bytes

File metadata and controls

40 lines (22 loc) · 895 Bytes

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