Skip to content

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

Notifications You must be signed in to change notification settings

bradparks/react-native-firebase-chat

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • Objective-C 11.8%
  • Python 4.6%
  • Java 3.7%