React でアプリを作成しました【13】【Blog clone using Firebase v9】


環境の準備

①ターミナルでreactアプリケーションを作成する。

$ npx create-react-app <プロジェクト名>
% cd <プロジェクト名>
% npm start

② 必要なパッケージをインストールする。

$ npm install firebase

Firebaseの初期設定

公式サイト:Firebase

Reactを基本からまとめてみた【22】【Firebaseを使ったログイン機能の実装 ③】

参考サイト

React with firebase 9 (blog app with file upload)