Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 599 Bytes

Keeping Tabs

I used this to learn about how to use Firebase Authentication and Firestore in React. I learned about making queries, creating and updating documents, setting up authentication providers, and more!

Left me wondering about:

  • Improving state management with Redux
  • Hiding API keys with .env files
  • Firebase Security Rules

Demo: https://poetic-lollipop-ecbf18.netlify.app/

Shout out to PedroTech for his amazing "React Firebase Realtime Chat App Tutorial": https://youtu.be/0gLr-pBIPhI?si=acY0Dpwa29cId1XU

How To Run Locally

  1. Clone Repo
  2. cd keeping-tabs-v2
  3. npm run dev