Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.44 KB

File metadata and controls

39 lines (35 loc) · 1.44 KB

GitHub language count GitHub language count GitHub repo file count GitHub repo size GitHub language count

Google Apps Script - Firebase/Firestore

Installation:

Install Node.js: https://nodejs.org/en/download/

Install the Firebase:

npm install firebase

Install the Firebase CLI via npm by running the following command:

npm install -g firebase-tools

Sign in to Firebase with your Google Account by running the following command:

firebase login

To launch a new Firebase project, run the following command in your app's directory:

firebase init

Install the Google API:

npm install googleapis

Install a submodule for Google API:

npm install @googleapis/docs