sidferreira / aor-firebase-client

Firebase client for Admin on Rest
MIT License
57 stars 29 forks source link

Include database resource requirement for authClient #17

Closed shrmnk closed 7 years ago

shrmnk commented 7 years ago

While attempting to use authClient authentication, I was slightly confused as to what the error messages meant. Only after looking through the source of authClient.js did I realise that I needed a users resource at the database root.

This PR includes this information in the Readme.