Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

Awesome Lists containing this project

README

        



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

# 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
```