Server app is Firebase an app development platform, that used:
- Cloud Functions as serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests.
- Cloud Firestore as NoSQL cloud database to store and sync data for client- and server-side development.
- Cloud Storage to store and serve user-generated content, such as photos or videos.
-
Install the Firebase CLI
- Install Node.js using nvm-windows (the Node Version Manager). Installing Node.js automatically installs the npm command tools.
- Install the Firebase CLI via npm by running the following command:
npm install -g firebase-tools
- Continue to log by running the following command:
firebase login
-
Initialize a Firebase project by running the following command:
firebase init
-
Deploy to a Firebase project by running the following command:
firebase deploy