Skip to content

Repository of tests referring to the internship at Procuradoria Geral do Estado (PGE).

Notifications You must be signed in to change notification settings

Rafa-KozAnd/Google_Apps_Script-Firestore_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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