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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T23:30:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T01:55:44.682Z (3 months ago)
- Topics: authentication, authorization, cli, firebase, rmuif, roles, user, users
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- 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
```