Releases: ciatph/firebase-users-admin
Releases · ciatph/firebase-users-admin
firebase-users-admin_v1.0.8
Compare
Sorry, something went wrong.
No results found
ciatph
released this
13 Apr 04:26
(See PR #33 for reference)
Updates
Improve server error handling, Issue #31
Use stricter cors options on server
Comment out the cors options line app.use(cors(corsOptions)) on /server/src/index.js when testing on Postman and other http clients other than the /client app.
Code clean-up
Minor README updates
firebase-users-admin_v1.0.7
Compare
Sorry, something went wrong.
No results found
ciatph
released this
08 Apr 01:20
(See PR #24 for reference)
Updates
Create client UI's calling the auth-required POST /api/user and PATCH /api/user API endpoints.
Create a UI for updating user information, Issue #22
available in the /edit (client) route
Create a UI for for creating new users
available in the /create (client) route
Disable updating and deletion of the default superadmin account
firebase-users-admin_v1.0.6
Compare
Sorry, something went wrong.
No results found
ciatph
released this
07 Apr 16:44
(See PR #21 for reference)
Updates
Minor Integer type-checking fix for superadmin account_level
Follow-up fix for Issue #18
firebase-users-admin_v1.0.5
Compare
Sorry, something went wrong.
No results found
ciatph
released this
07 Apr 16:29
(See PR #20 for reference)
Updates
Minor string type-checking fix for superadmin account_level
Follow-up fix Issue #18
firebase-users-admin_v1.0.4
Compare
Sorry, something went wrong.
No results found
ciatph
released this
07 Apr 16:14
(See PR #19 for reference)
Updates
Only superadmins should be able to create, update and delete users, Issue #18
Follow-up for Wrap the API routes in an authentication middleware, Issue #3
Display the signed-in user's Firebase token on Home page
Make the Admin option selectable in the Create User page
firebase-users-admin_v1.0.3
Compare
Sorry, something went wrong.
No results found
ciatph
released this
07 Apr 15:14
(See PR #17 for reference)
Updates
Wrap the API routes in an authentication middleware, Issue #3
Delete user from the client app
Create new user from the client app
Update API documentation
firebase-users-admin_v1.0.2
Compare
Sorry, something went wrong.
No results found
ciatph
released this
07 Apr 10:02
(See PR #15 for reference)
Updates
Add script to copy client build dir to server's public dir
Update README
firebase-users-admin_v1.0.1
Compare
Sorry, something went wrong.
No results found
ciatph
released this
07 Apr 06:34
(See PR #14 for reference)
Updates
Do not trigger the lint.yml workflow on release publish, Issue #13
Minor typo error updates
firebase-users-admin_v1.0.0
Compare
Sorry, something went wrong.
No results found
ciatph
released this
07 Apr 06:06
Updates
Initial stable release
/server - CRUD API for Firebase Authentication users management using the firebase-admin SDK
/client - React 18 (CRA) client app demo for using the CRUD API