(Japanese follows English) (日本語は英語の後)
This app is made to show how to integrate firebase to react-redux. Original source code is from Redux example
This project was bootstrapped with Create React App.
- Rename /src/firebase/config.template.js to /src/firebase/config.js
- Replace "your-xxx-id" to your app-id in /src/firebase/config.js
このアプリはfirebaseをreact+reduxに組み込むためのサンプルコードです。 Redux exampleのコードを元にしています。
このアプリはcreate-react-appを使用して作成されています。
- /src/firebase/config.template.js を /src/firebase/config.js にリネームする
- /src/firebase/config.js 内の "your-xxx-id" を自身のidに変更する