Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 835 Bytes

File metadata and controls

38 lines (25 loc) · 835 Bytes

My Firebase Auth

Use case video Built with create-react-app

Setup

  1. Create .env.js with firebaseConfig (firebase project - api keys)
  2. Add line export default firebaseConfig; after pasting api config
    • ex:

          const firebaseConfig = {
              ...
          }
          export default firebaseConfig;

Available Scripts

In the project directory, you can run:

npm start

npm test

  • Run Unit Testing

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!