Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafa-kozand/google_apps_script-realtime_database
Repository of tests referring to the internship at Procuradoria Geral do Estado (PGE).
https://github.com/rafa-kozand/google_apps_script-realtime_database
api firebase firebase-auth firebase-database google-apps-script google-cloud html html5 javascript realtime realtime-database typescript
Last synced: 14 days 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-realtime_database
- Owner: Rafa-KozAnd
- Created: 2022-10-15T16:42:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T12:43:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T01:33:30.679Z (2 months ago)
- Topics: api, firebase, firebase-auth, firebase-database, google-apps-script, google-cloud, html, html5, javascript, realtime, realtime-database, typescript
- Language: HTML
- Homepage:
- Size: 98.6 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/Realtime
## 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
```