Skip to content

Commit

Permalink
v3.0.0-alpha.5 (#604)
Browse files Browse the repository at this point in the history
* fix(context): fix misspelled `defaultProp` on `ReactReduxFirebaseProvider` - #564 
* feat(docs): add code sandbox example link to README
  • Loading branch information
prescottprue committed Jan 2, 2019
1 parent 5224326 commit 4f7e6a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

> Redux bindings for Firebase. Includes Higher Order Component (HOC) for use with React.
## [Demo](https://demo.react-redux-firebase.com)
## [Simple Example](https://codesandbox.io/s/zrr0n5m2zp)

[![Edit Simple Example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/zrr0n5m2zp)

The [Material Example](https://github.com/prescottprue/react-redux-firebase/tree/master/examples/complete/material) is deployed to [demo.react-redux-firebase.com](https://demo.react-redux-firebase.com).

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-firebase",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"description": "Redux integration for Firebase. Comes with a Higher Order Components for use with React.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ReactReduxFirebaseProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function ReactReduxFirebaseProvider(props = {}) {
}

ReactReduxFirebaseProvider.defaultProps = {
initalizeAuth: true
initializeAuth: true
}

ReactReduxFirebaseProvider.propTypes = {
Expand Down

0 comments on commit 4f7e6a5

Please sign in to comment.