All Projects → rubygarage → React Native Firebase Chat

rubygarage / React Native Firebase Chat

This repository contains the source code for a simple chat application built with React Native (frontend) and Firebase (backend).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Firebase Chat

Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (-9.29%)
Mutual labels:  firebase
Nextjs Vercel Firebase
Next.js app using API routes to connect with Firestore.
Stars: ✭ 133 (-5%)
Mutual labels:  firebase
Tallyassist
Open source Flutter-based template for a business assistant application
Stars: ✭ 137 (-2.14%)
Mutual labels:  firebase
Pushnotifications
🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
Stars: ✭ 1,813 (+1195%)
Mutual labels:  firebase
React Shopping Cart
🛍️ Simple ecommerce cart application built with React Redux
Stars: ✭ 1,808 (+1191.43%)
Mutual labels:  firebase
Restaurantapp
Android Restaurant Application with QR Code Reader
Stars: ✭ 133 (-5%)
Mutual labels:  firebase
Angular Firebase App
The code for the Angular and Firebase - Build a Web App Course
Stars: ✭ 124 (-11.43%)
Mutual labels:  firebase
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (-0.71%)
Mutual labels:  firebase
Stripe Firebase Extensions
Repository of Firebase Extensions built by Stripe.
Stars: ✭ 133 (-5%)
Mutual labels:  firebase
Flutter firebase starter
Flutter firebase starter project
Stars: ✭ 136 (-2.86%)
Mutual labels:  firebase
Laravel Fcm
Firebase Cloud Messaging (FCM) sender for Laravel
Stars: ✭ 129 (-7.86%)
Mutual labels:  firebase
Chatair Android
🔥 A highly advance featured chat app in android using Firestore
Stars: ✭ 132 (-5.71%)
Mutual labels:  firebase
Fluttergram
A fully functional Instagram clone written in Flutter using Firebase / Firestore
Stars: ✭ 1,944 (+1288.57%)
Mutual labels:  firebase
Combinefirebase
Combine wrapper on Google's iOS Firebase library.
Stars: ✭ 126 (-10%)
Mutual labels:  firebase
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+1490.71%)
Mutual labels:  firebase
Firebasecloudmessaging Android
FCM is just a demo of Android Application which implement Firebase Cloud Messaging. It made for Google I/O Extended 2016 Bangkok
Stars: ✭ 126 (-10%)
Mutual labels:  firebase
Howlstagram
Stars: ✭ 132 (-5.71%)
Mutual labels:  firebase
Next Firebase Auth
Simple Firebase authentication for all Next.js rendering strategies
Stars: ✭ 135 (-3.57%)
Mutual labels:  firebase
Smart Industry
🏭 Open Source Manufacturing Execution System for JobShop type manufacturer.
Stars: ✭ 138 (-1.43%)
Mutual labels:  firebase
Justtweak
JustTweak is a framework for feature flagging and A/B testing for iOS apps.
Stars: ✭ 136 (-2.86%)
Mutual labels:  firebase

react-native-firebase-chat

This repository contains the source code for a simple chat application built with React Native (frontend) and Firebase (backend).

Copy the config from your Firebase account and paste it to firebase.js file that can be found by the path: app/configs/firebase.js

export const firebaseConfig = {
  apiKey: <API_KEY>,
  authDomain: <PROJECT_ID>.firebaseapp.com,
  databaseURL: https://<DATABASE_NAME>.firebaseio.com”,
  projectId: <PROJECT_ID>,
  storageBucket: <BUCKET>.appspot.com,
  messagingSenderId: <SENDER_ID>,
}

To run the iOS application, use the following command:

react-native run-ios

To run the Android application, use this command:

react-native run-android

RubyGarage Logo

RubyGarage is a leading software development and consulting company in Eastern Europe. Our main expertise includes Ruby and Ruby on Rails, but we successfully employ other technologies to deliver the best results to our clients. Check out our portfolio for even more exciting works!

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