Releases: samuelgozi/firebase-auth-lite
Releases · samuelgozi/firebase-auth-lite
v0.8.1
[Breaking]: Error messages are no longer hard coded "human friendly" errors in english. Instead an error message will be a "Firebase error code" string. You can map those to "human/user friendly" messages yourself.
A reference can be found here: https://github.com/samuelgozi/firebase-auth-lite/wiki/Error-codes-map
v0.8.0
Changes:
- It is no longer necessary to provide a list of the supported providers on the
Auth
instantiation. Instead, if the auth provider is not supported, thesignInWithProvider
function will throw the error returned by the server.