You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -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
@@ -64,6 +65,7 @@ React Firebase Admin is our in-house admin dashboard boilerplate, used in many o
64
65
- PWA ready thanks to CRA and Firebase
65
66
- Multi-tenancy
66
67
- Internationalization (English/Spanish)
68
+
- Ability to choose between Firebase Realtime Database or Firestore
67
69
68
70
## Tech Stack
69
71
@@ -90,6 +92,7 @@ React Firebase Admin is our in-house admin dashboard boilerplate, used in many o
90
92
-[cross-env](https://github.com/kentcdodds/cross-env) (★ 4.9k) run scripts that set and use environment variables across platforms (see [docs](https://www.npmjs.com/package/cross-env)).
91
93
-[React Hook Form](https://github.com/react-hook-form/react-hook-form) (★ 14.6k) Performant, flexible and extensible forms with easy to use validation.
92
94
-[yup](https://github.com/jquense/yup) (★ 11k) schema builder for value parsing and validation.
95
+
-[Inquirer](https://github.com/SBoudrias/Inquirer.js/) (★ 12.2k) A collection of common interactive command line user interfaces (see [docs](https://github.com/SBoudrias/Inquirer.js/#documentation)).
93
96
94
97
### Unit Testing
95
98
@@ -138,6 +141,7 @@ You also need to be familiar with [HTML](https://developer.mozilla.org/en-US/doc
0 commit comments