Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 960 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 960 Bytes

(Japanese follows English) (日本語は英語の後)

Introduction

This app is made to show how to integrate firebase to react-redux. Original source code is from Redux example

Development

This project was bootstrapped with Create React App.

Get Started

  1. Rename /src/firebase/config.template.js to /src/firebase/config.js
  2. Replace "your-xxx-id" to your app-id in /src/firebase/config.js

はじめに

このアプリはfirebaseをreact+reduxに組み込むためのサンプルコードです。 Redux exampleのコードを元にしています。

開発

このアプリはcreate-react-appを使用して作成されています。

準備

  1. /src/firebase/config.template.js を /src/firebase/config.js にリネームする
  2. /src/firebase/config.js 内の "your-xxx-id" を自身のidに変更する