Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tried to clone and run locally #1

Open
viablitz opened this issue Mar 22, 2021 · 4 comments
Open

Tried to clone and run locally #1

viablitz opened this issue Mar 22, 2021 · 4 comments

Comments

@viablitz
Copy link

Hi there,

Came across the video, found it very concise and instructional - I tried the 4 simple instructions of cloning the project, install dependencies and start the app.
The browser comes up with app on port 3000, but nothing happens. Is this project still valid?

JK

@vijaynara58
Copy link

Same I observed. I think he is not putting them for free. Its just a trailor. We have to Pay to do these projects i think.

@ytliuSVN
Copy link

Have you setup environment variables for your application?
These environment variables will be defined for you on process.env.

firebase.initializeApp({
  apiKey: process.env.REACT_APP_API_KEY,
  authDomain: process.env.REACT_APP_AUTH_DOMAIN,
  projectId: process.env.REACT_APP_AUTH_PROJECT_ID,
  storageBucket: process.env.REACT_APP_STORAGE_BUCKET,
  messagingSenderId: process.env.REACT_APP_MESSAGING_SENDER_ID,
  appId: process.env.REACT_APP_APP_ID,
});

@ca-tay
Copy link

ca-tay commented Oct 28, 2021

i can get that stuff on school chromebook :( can someone provide me that stuff

@ArkaPrabhaChowdhury
Copy link

Use your own firebase credentials in App.js and it will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants