Releases: prescottprue/redux-firebasev3
Releases · prescottprue/redux-firebasev3
Version v1.0.0
- 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
firebase.storage()
exposed asstorage()
once()
capability addedonce()
capability shown with comment in examples
Version v0.1.6
Version v0.1.5
- 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
Version v0.1.3
- 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
- Simple and Material UI Examples added
- Functionality rolled back to v0.1.0
- Fixes Auth Issues #9
- Fixes Queries
setIn of undefined
errorinvalid keyPath
error
Version v0.1.1
- 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
- Signup/Login working with version v3 of Firebase API and Account creation
- Examples updated
- API Docs updated
- Travis installs peer deps for testing