1.2.0
This version focuses on making sure that all actions are wrapped inside an Rx object correctly. Plus, all Firebase errors are now wrapped inside UserError
cases.
Added
- All Firebase errors are now available as
UserError
cases.
Improved
- All methods that return an Rx object are now correctly wrapped inside a
deferred
call so that even preconditions are executed only when somebody has subscribed to the resulting Observable.
Fixed
- #2 Fixed an issue that would prevent the
resetToAnonymous
parameter in thelogout
method from working correctly.