All Projects → mitchtabian → FirestoreChatApp

mitchtabian / FirestoreChatApp

Licence: other
Simple real-time chat application using Firestore

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to FirestoreChatApp

Node Firestore Backup
Google Firebase Firestore backup tool
Stars: ✭ 192 (+346.51%)
Mutual labels:  firestore
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+5648.84%)
Mutual labels:  firestore
Flutter Keep
A note-taking app built with Flutter + Firebase
Stars: ✭ 238 (+453.49%)
Mutual labels:  firestore
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (+362.79%)
Mutual labels:  firestore
Nobullshit
A sample project entirely written in Kotlin. Backend/Frontend with Ktor and Android app.
Stars: ✭ 221 (+413.95%)
Mutual labels:  firestore
React Native Examples
A repo that contain React Native examples most related to tutorials I publish
Stars: ✭ 222 (+416.28%)
Mutual labels:  firestore
Makeitso
This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"
Stars: ✭ 181 (+320.93%)
Mutual labels:  firestore
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+483.72%)
Mutual labels:  firestore
Reactfire
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
Stars: ✭ 2,908 (+6662.79%)
Mutual labels:  firestore
Ipoli Android
Fun & Motivational Todo List with Calendar for Android written in Kotlin. Using Redux, coroutines, Firebase and Clean Architecture.
Stars: ✭ 234 (+444.19%)
Mutual labels:  firestore
Geoflutterfire
🔥GeoFlutterFire🔥 is an open-source library that allows you to store and query firestore documents based on their geographic location.
Stars: ✭ 207 (+381.4%)
Mutual labels:  firestore
Next Blog Firestore
Example of blog built with React, Next.js, Firebase Firestore, Styled-Component, Mobx State Tree and other cool technologies
Stars: ✭ 219 (+409.3%)
Mutual labels:  firestore
Iosched Ios
The Google I/O iOS app
Stars: ✭ 227 (+427.91%)
Mutual labels:  firestore
Expo Firebase Starter
🔥⚛️📱 Expo + Firebase Starter Kit
Stars: ✭ 199 (+362.79%)
Mutual labels:  firestore
Vue Firestore
☁️ Cloud Firestore binding in realtime with Vuejs
Stars: ✭ 239 (+455.81%)
Mutual labels:  firestore
Gqlify
[NOT MAINTAINED]An API integration framework using GraphQL
Stars: ✭ 182 (+323.26%)
Mutual labels:  firestore
Vuex Easy Firestore
Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
Stars: ✭ 224 (+420.93%)
Mutual labels:  firestore
client-side-databases
An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB
Stars: ✭ 787 (+1730.23%)
Mutual labels:  firestore
Angularfire Lite
⚡️ Lightweight library to use Firebase API 🔥 with Angular
Stars: ✭ 245 (+469.77%)
Mutual labels:  firestore
React Firestore
React components to fetch data from firestore using render props
Stars: ✭ 228 (+430.23%)
Mutual labels:  firestore

FirestoreChatApp

What is this project?

This is a simple real-time chat application built using Firebase Authentication and Firestore.

I built it mostly to use as a starting-point for other applications that have a real-time chat portion.

Application features:

  1. Register new users
  2. Login with users that have registered
  3. Create new chatrooms
  4. Join chatrooms
  5. Chat with other users

IMPORTANT SETUP INFORMATION

This project will not compile and run until you have created a new Firebase project at firebase.google.com and you've added a google-services.json file to the app folder.

This is very easy to do, just follow the instructions here.

Make sure the package name you use is: 'com.codingwithmitch.firestorechatapp'.

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].