Skip to content

Releases: prescottprue/redux-firebasev3

Version v1.0.0

14 Oct 05:16
Compare
Choose a tag to compare
  • Information added to README about switch to react-redux-firebase
  • Population capability described in #33
  • Handling of updating props within firebase connect fixing #38
  • Debouncing with toggle through config fixing #40

Version v0.1.7

03 Oct 00:09
Compare
Choose a tag to compare
  • firebase.storage() exposed as storage()
  • once() capability added
  • once() capability shown with comment in examples

Version v0.1.6

18 Sep 00:43
Compare
Choose a tag to compare
  • Implementation without decorators included (now simple example)
  • Adds db logging functionality from #32
  • Fixes Custom Token Auth Error mentioned in #35
  • Snapshots are no longer stored in redux

Version v0.1.5

08 Sep 00:41
Compare
Choose a tag to compare
  • Address #17 by exporting the connect function to both firebase and firebaseConnect
  • Solves #15 by adding uniqueSet method to helpers
  • Splits actions into separate files as described in #8
  • Catches invalid keyPath error reported in #28
  • Create user now only runs signIn if user is not already authenticated
    or signIn parameter is false based on PR #27

Version v0.1.4

01 Sep 07:28
Compare
Choose a tag to compare
  • Fixes #23 with code similar to #24 (Fixes broken immutable object)
  • Unauthorized error added to handle failed read/writes
  • Provider auth action now correctly creates authProvider and includes
    email scope
  • Google button added to signup/login of material example

Version v0.1.3

31 Aug 12:57
Compare
Choose a tag to compare
  • Auth and storage exposed based on #18
  • Init Auth Suggestion from #19
  • Multiple Authentication types now supported
  • Auth error dispatching
  • Discord Link added to README
  • Documentation now using on Git Book
  • Material example expanded including:
    • Matching simple example's todo functionality (add/delete/check as done)
    • Snackbar for displaying authentication errors
    • Loading spinner
    • Basic Input validation

Version v0.1.2

26 Aug 03:00
Compare
Choose a tag to compare
  • Simple and Material UI Examples added
  • Functionality rolled back to v0.1.0
    • Fixes Auth Issues #9
    • Fixes Queries
    • setIn of undefined error
    • invalid keyPath error

Version v0.1.1

18 Aug 18:53
Compare
Choose a tag to compare
  • coverage added to gitignore
  • linting now happens on travis
  • Includes PR #6 changes
  • fixes "key is not function" when using snapshot.key()
  • fixes queryId
  • Defaults listenTolast by default when using query id
  • Exposes listenTolast attribute
  • Adds custom token login type and the other types
  • Adds timestamps indicators for Requesting, Requested and last call
    (for inside shouldComponentUpdate and for other diff checks)
  • Fixes the contextTypes on connect throwing warning on the latest
    react version

Version v0.1.0

31 Jul 12:02
Compare
Choose a tag to compare
  • Signup/Login working with version v3 of Firebase API and Account creation
  • Examples updated
  • API Docs updated
  • Travis installs peer deps for testing