Skip to content

1.2.0

Compare
Choose a tag to compare
@MrAsterisco MrAsterisco released this 19 Apr 20:56
· 119 commits to develop since this release

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 the logout method from working correctly.