Skip to content

Commit f3cdc2c

Browse files
authored
Update README.md
1 parent 0b86d02 commit f3cdc2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![ci](https://github.com/CreateThrive/react-firebase-admin/workflows/ci/badge.svg?branch=master)
44
[![license: MIT](https://badgen.net/github/license/micromatch/micromatch)](https://github.com/CreateThrive/react-firebase-admin/blob/feature/badges-rename-workflows/LICENSE.md)
55

6-
Boilerplate with React ⚛️ and Firebase 🔥designed to quickly spin up a fully functional admin dashboard with authentication, authorization, realtime database, built-in CI/CD, file upload and more. We're using up to date industry standards and next-gen technologies like React (with hooks), redux, bulma, sass, webpack, routing and a serverless architecture.
6+
Boilerplate with React ⚛️ and Firebase 🔥designed to quickly spin up a fully functional admin dashboard with authentication, authorization, Realtime Database / Firestore, built-in CI/CD, file upload and more. We're using up to date industry standards and next-gen technologies like React (with hooks), redux, bulma, sass, webpack, routing and a serverless architecture.
77

88
![Boilerplate - Users page](https://imgur.com/7jIt6jh.png)
99

@@ -54,6 +54,7 @@ React Firebase Admin is our in-house admin dashboard boilerplate, used in many o
5454
- Redux implementation
5555
- Firebase/Redux implementation
5656
- Authentication & authorization
57+
- Pick between Realtime Database and Firestore
5758
- Create/modify/delete users
5859
- Automatic email invitation to new users
5960
- Image uploading
@@ -138,6 +139,7 @@ You also need to be familiar with [HTML](https://developer.mozilla.org/en-US/doc
138139
<li><a href="https://docs.react-firebase.com/getting-started#react-frontend">React Frontend</a></li>
139140
<li><a href="https://docs.react-firebase.com/getting-started/cloud-functions">Cloud Functions</a></li>
140141
<li><a href="https://docs.react-firebase.com/getting-started/continuous-integration-deployment">CI/CD</a></li>
142+
<li><a href="https://docs.react-firebase.com/features/database-interface">Database Selection</a></li>
141143
<li><a href="https://docs.react-firebase.com/features/internationalization">Internationalization</a></li>
142144
<li><a href="https://docs.react-firebase.com/features/file-upload">File Upload</a></li>
143145
<li><a href="https://docs.react-firebase.com/features/social-media-authentication">Social Media Authentication</a></li>

0 commit comments

Comments
 (0)