Skip to content

firebase-users-admin_v1.0.8

Compare
Choose a tag to compare
@ciatph ciatph released this 13 Apr 04:26
· 91 commits to master since this release
838d6f8

(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