Skip to content

Releases: samuelgozi/firebase-auth-lite

v0.8.1

08 May 09:01
Compare
Choose a tag to compare

[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

19 Apr 13:40
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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, the signInWithProvider function will throw the error returned by the server.