Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Update Read Me with Features
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Mar 29, 2020
1 parent a38af1b commit 7bca71e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Firestore Data.

> This is not meant to replace Firebase CLI but to compliment it.
## Features

- Firebase Auth Users:
- Add Single Users - Ideal for adding a user quickly
- Edit, Delete a User Account By ID
- Get a user by UID or Email Address
- Add Custom Claims to a User Account
- Add User by Bulk using a JSON/Yaml File
- List Users

Documentation will come soon.

An example of viewing and adding users:

![Views Users](demos/userslist.gif)
Expand All @@ -16,8 +28,8 @@ A demo for adding custom claims:

## Work in Progress

Its still an early work in progress, I hope to wrap the first few features in
the coming weeks.
Its still a work in progress, I hope to wrap the first few features in
the coming weeks (mid april at the latest).

## Contributors

Expand All @@ -29,18 +41,6 @@ This is currently our roadmap, please feel free to request additions/changes.

| Feature | Progress |
| ---------------- | -------- |
| Firebase Auth | 🔜 |
| Firebase Auth | ✔✔ |
| Cloud Firestore | 🔜 |
| Firebase Storage | 🔜 |

### Currently Working On

I am currently working on Firebase authentication. As of now, the tool can:

- Delete User(s)
- Add Users (Custom Claims Supported)
- Add Single User
- Add Users from a Yaml/JSON File
- Add Custom Claims to a User ID
- Get User (WIP)
- List Firebase Auth Users (WIP)

0 comments on commit 7bca71e

Please sign in to comment.