Skip to content

A repository containing all of the simple Firebase projects I coded. Each project resides in its own dedicated folder.

Notifications You must be signed in to change notification settings

AbdulDevHub/Simple-Firebase-Projects

Repository files navigation

Simple Firebase Projects

This repository serves as a collection of various Firebase projects. Each project resides in its own dedicated folder. Here's a brief overview of each project:

This is a simple shopping cart progressive web app I made to test out Firebase Realtime Database. It allows users to store their grocery list in the app through the database, making it easy to remember what they need to buy.

Features

  • Grocery List: Users can add items to their grocery list.
  • Realtime Updates: Changes to the grocery list are updated in real time using Firebase Realtime Database.
  • Persistent Storage: The grocery list is stored in the database, so it persists even if the app is closed.

This is a simple social media progressive web app I made to test out Firebase authentication and Cloud Firestore. The app lets a user sign in with email or Google and lets them create posts which are stored in Firebase's database.

Features

  • User Authentication: Users can sign in with their email or Google account using Firebase authentication.
  • Post Creation: Users can create posts that are stored in Firebase's database.
  • Realtime Updates: Changes to the posts are updated in real time using Cloud Firestore.

Quick start

$ npm install
$ npm start

Feel free to explore each folder for more details about each application. Happy Coding!


About

A repository containing all of the simple Firebase projects I coded. Each project resides in its own dedicated folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published