firebase-users-admin_v1.0.8
(See PR #33 for reference)
Updates
- Improve server error handling, Issue #31
- Use stricter
cors
options on server- Comment out the
cors
options lineapp.use(cors(corsOptions))
on /server/src/index.js when testing on Postman and other http clients other than the/client
app.
- Comment out the
- Code clean-up
- Minor README updates