|
3 | 3 |  |
4 | 4 | [](https://github.com/CreateThrive/react-firebase-admin/blob/feature/badges-rename-workflows/LICENSE.md) |
5 | 5 |
|
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. |
7 | 7 |
|
8 | 8 |  |
9 | 9 |
|
@@ -54,6 +54,7 @@ React Firebase Admin is our in-house admin dashboard boilerplate, used in many o |
54 | 54 | - Redux implementation |
55 | 55 | - Firebase/Redux implementation |
56 | 56 | - Authentication & authorization |
| 57 | +- Pick between Realtime Database and Firestore |
57 | 58 | - Create/modify/delete users |
58 | 59 | - Automatic email invitation to new users |
59 | 60 | - Image uploading |
@@ -138,6 +139,7 @@ You also need to be familiar with [HTML](https://developer.mozilla.org/en-US/doc |
138 | 139 | <li><a href="https://docs.react-firebase.com/getting-started#react-frontend">React Frontend</a></li> |
139 | 140 | <li><a href="https://docs.react-firebase.com/getting-started/cloud-functions">Cloud Functions</a></li> |
140 | 141 | <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> |
141 | 143 | <li><a href="https://docs.react-firebase.com/features/internationalization">Internationalization</a></li> |
142 | 144 | <li><a href="https://docs.react-firebase.com/features/file-upload">File Upload</a></li> |
143 | 145 | <li><a href="https://docs.react-firebase.com/features/social-media-authentication">Social Media Authentication</a></li> |
|
0 commit comments