Skip to content

szymonprz/simple-firebase-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install yarn

Installation instructions: https://classic.yarnpkg.com/lang/en/docs/install

Configure firebase

Copy file src/firebase.sample.js and save it as src/firebase.js

Go to your project settings, and copy the fragment with firebaseConfig

It should look like this:

const firebaseConfig = {
  apiKey: "XXXXxxxxx",
  authDomain: "XXXXxxxxx",
  projectId: "XXXXxxxxx",
  storageBucket: "XXXXxxxxx",
  messagingSenderId: "XXXXxxxxx",
  appId: "XXXXxxxxx",
  measurementId: "XXXXxxxxx"
};

Replace firebaseConfig const with your copied version in src/firebase.js file

Install dependencies

In the project directory, you can run:

yarn install

Run application

In the project directory, you can run:

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 88.9%
  • HTML 9.2%
  • CSS 1.9%