Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.66 KB

File metadata and controls

56 lines (43 loc) · 1.66 KB

1. Description


  • Group chat to message your friends and family
  • The application can run on browser or mobile apps
  • All messages and chats stored in firestore database

2. Technology used


  1. Firebase firebase

  1. React Native react-native

  1. Expo react-native

3. Configurations


Update the firestore.js file with your firebase configurations

import firebase from 'firebase/app';
import 'firebase/firestore';

const firebaseConfig = {
//  Your configurations 
};

4. Features


  1. Real time Firestore database
  2. persist login with AsyncStorage library
  3. Beatiful chat UI using react-native-gifted-chat library

5. Perview

6. Demo


The application is live and hosted by expo. To try the app download expo go from your app store and scan the App QR code