Skip to content

akakiyo/firebase-authentication-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Authentication を用いた認証機能

実行方法

firebase でプロジェクトは作られていることを前提。 .env ファイルを作成し、 Firebase プロジェクトの設定画面に書かれている apiKey、authDomation、projectId、storageBucket、messagingSnederId を入力する。

REACT_APP_FIREBASE_KEY="~~~~~~~~~~"
REACT_APP_FIREBASE_DOMAIN="~~~~~~~~~~"
REACT_APP_FIREBASE_PROJECT_ID="~~~~~"
REACT_APP_FIREBASE_STORAGE_BUCKET="~~~~~~~~~~~"
REACT_APP_FIREBASE_SENDER_ID="~~~~~~~~~~~"
$ yarn add firebase
$ yarn add react-router-dom
$ yarn add styled-components
$ yarn start

紹介記事

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published