Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafa-kozand/google_apps_script-firestore_database
Repository of tests referring to the internship at Procuradoria Geral do Estado (PGE).
https://github.com/rafa-kozand/google_apps_script-firestore_database
api firebase firebase-auth firebase-database firestore firestore-database google-apps-script google-cloud html html5 javascript typescript
Last synced: about 1 month ago
JSON representation
Repository of tests referring to the internship at Procuradoria Geral do Estado (PGE).
- Host: GitHub
- URL: https://github.com/rafa-kozand/google_apps_script-firestore_database
- Owner: Rafa-KozAnd
- Created: 2022-10-14T16:14:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T12:41:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T01:33:31.016Z (3 months ago)
- Topics: api, firebase, firebase-auth, firebase-database, firestore, firestore-database, google-apps-script, google-cloud, html, html5, javascript, typescript
- Language: HTML
- Homepage:
- Size: 116 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Apps Script - Firebase/Firestore
## Installation:
Install Node.js: https://nodejs.org/en/download/
> Install the Firebase:
```bash
npm install firebase
```
> Install the Firebase CLI via npm by running the following command:
```bash
npm install -g firebase-tools
```
> Sign in to Firebase with your Google Account by running the following command:
```bash
firebase login
```
> To launch a new Firebase project, run the following command in your app's directory:
```bash
firebase init
```
> Install the Google API:
```bash
npm install googleapis
```
> Install a submodule for Google API:
```bash
npm install @googleapis/docs
```