tbalint1995 / Pizza-Order-App-Firebase

All data comes from Firebase. - Gyakorlás

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1 Log In

2 Password Reset

3  Pizza Order

4  Profile -  Update Profile

5 Update Profile

6  Sign Up

firebase - authentication

firebase - realtime database


Fontos! (
"react-router-dom": "^5.2.0", "firebase": "^9.6.1", )

  • Kell készítened egy " env.local " file amiben amiben tároljuk a kapcsolódási adatokat.
  • Github az " env.local " file nem tölti fel.
  • Azért szervezzük át ide a kapcsolódási adatokat mert nem akarjuk hogy más lássa őket. (Biztonsági okok miatt)

Important! ( "react-router-dom": "^5.2.0", "firebase": "^9.6.1", )

  • You need to create an "env.local" file in which to store the connection data.
  • Github does not upload the "env.local" file.
  • Let's reorganize the contact information here because we don't want anyone else to see it. (For security reasons)

REACT_APP_FIREBASE_API_KEY= REACT_APP_FIREBASE_AUTH_DOMAIN= REACT_APP_FIREBASE_DATABASE_URL= REACT_APP_FIREBASE_PROJECT_ID= REACT_APP_FIREBASE_STORAGE_BUCKET= REACT_APP_FIREBASE_MESSAGING_SENDER_ID= REACT_APP_FIREBASE_APP_ID=


About

All data comes from Firebase. - Gyakorlás


Languages

Language:JavaScript 84.4%Language:CSS 10.0%Language:HTML 5.6%