Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmuif/cli
CLI for managing your RMUIF app.
https://github.com/rmuif/cli
authentication authorization cli firebase rmuif roles user users
Last synced: 3 months ago
JSON representation
CLI for managing your RMUIF app.
- Host: GitHub
- URL: https://github.com/rmuif/cli
- Owner: rmuif
- License: mit
- Created: 2020-03-09T07:07:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T23:30:44.000Z (over 3 years ago)
- Last Synced: 2024-10-28T16:02:43.133Z (3 months ago)
- Topics: authentication, authorization, cli, firebase, rmuif, roles, user, users
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CLI
This repository contains tools for managing your RMUIF app. It has three modules:
- user
- users
- rolesThese are all separate programs, working independently.
## Quickstart
1. Add `GOOGLE_APPLICATION_CREDENTIALS` environment variable as the [Firebase documentation explains](https://firebase.google.com/docs/admin/setup#initialize-sdk).
2. Add the property `FIREBASE_DATABASE_URL` into the `.env` file pointing to the Firebase Database URL.
```
FIREBASE_DATABASE_URL=https://.firebaseio.com
```