All Projects → briandesousa → Firebase With React Hooks

briandesousa / Firebase With React Hooks

Using React hooks to manage state backed by a Firebase firestore database

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Firebase With React Hooks

Vuejsfire Hackathon Starter
Hackathon starter kit based on vue.js and Firebase
Stars: ✭ 73 (-12.05%)
Mutual labels:  firebase
Kotlin Android Fastlane Firebase App Distribution
A repository that shows how to use Firebase App Distribution to distribute android app to testers by fastlane.
Stars: ✭ 77 (-7.23%)
Mutual labels:  firebase
Firegraph
GraphQL Superpowers for Google Cloud Firestore
Stars: ✭ 80 (-3.61%)
Mutual labels:  firebase
Integrify
🤝 Enforce referential and data integrity in Cloud Firestore using triggers
Stars: ✭ 74 (-10.84%)
Mutual labels:  firebase
Pfuser Digits
Authenticate Parse Users using Twitter Digits
Stars: ✭ 76 (-8.43%)
Mutual labels:  firebase
Gitmessenger
GitMessenger is github chat app built with socket.io , firebase, nodejs and bootstrap where developers can share code,images and much more 😊
Stars: ✭ 78 (-6.02%)
Mutual labels:  firebase
Firebase Stripe
Headless Stripe Payments Using Firebase Functions
Stars: ✭ 72 (-13.25%)
Mutual labels:  firebase
Push Notification Demo
Demonstrate how to receive notifications using Firebase
Stars: ✭ 82 (-1.2%)
Mutual labels:  firebase
Fakturama
Wystawiaj faktury za darmo i bez ograniczeń
Stars: ✭ 76 (-8.43%)
Mutual labels:  firebase
Jotify
Sticky notes reimagined - written in Swift
Stars: ✭ 79 (-4.82%)
Mutual labels:  firebase
Firebase Admin Interop
Firebase Admin Interop Library for Dart
Stars: ✭ 75 (-9.64%)
Mutual labels:  firebase
Game Music Player
All your music are belong to us
Stars: ✭ 76 (-8.43%)
Mutual labels:  firebase
Ionic Firebase Mega Starter
Mega Starter template for Ionic & Firebase Apps
Stars: ✭ 78 (-6.02%)
Mutual labels:  firebase
Experimental Extensions
🧪 A laboratory for new extensions created by Firebase
Stars: ✭ 73 (-12.05%)
Mutual labels:  firebase
Firebase dart sdk
Unofficial Firebase Flutter SDK. Maintainer: @long1eu
Stars: ✭ 80 (-3.61%)
Mutual labels:  firebase
Angular Redux Ngrx Examples
Sample projects with Angular (4.x) + Angular CLI + ngrx (Redux) + Firebase
Stars: ✭ 73 (-12.05%)
Mutual labels:  firebase
Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (-7.23%)
Mutual labels:  firebase
Newspaper
An aggregated newspaper app containing news from 10+ local news publishers in Hong Kong. Made with ❤
Stars: ✭ 82 (-1.2%)
Mutual labels:  firebase
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (-1.2%)
Mutual labels:  firebase
Social App
A social app for Android, using Kotlin as language and Firebase as backend
Stars: ✭ 78 (-6.02%)
Mutual labels:  firebase

React Hooks and Firebase Demo - Live Grocery List

The Live Grocery List app is a demonstration of using React Hooks to manage app state that is backed by a Firebase firestore backend. This app demonstrates using building in React hooks as well as custom hooks.

Setup

This application uses Firebase services. Configuration required to connect to Firebase is defined in the .env file (or .env.local) in the root of this repository.

Before building or running the app, you must add your Firebase project configuration. Configuration can be obtained from Project Settings in your Firebase project at https://console.firebase.google.com.

Available Scripts

In the project directory, you can run:

npm start to run the app in development mode npm test to launch the test runner in interactive watch mode npm run build to bundle the app for production npm run eject to eject React Scripts dependency

Live Demo

Try a live version of this app at https://fir-with-react-hooks.firebaseapp.com/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].