ibelgin / React-Native-Chat-App-Example

This is A Chat App Made Using Firebase And React Native With The Help Of GiftedChat Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactChat

This Chat App is Made Using React Native , Firebase With GiftedChat

Installing

Clone This Repo To Your PC

Run npm install

TODO

Run The App

TODO

GoogleSignin.configure({
   scopes: ["https://www.googleapis.com/auth/userinfo.profile"],
   webClientId: '******', // TODO : Get WebClient ID From Firebase By Enabling Google SIGN In
   offlineAccess: true, // if you want to access Google API on behalf of the user FROM YOUR SERVER
   forceCodeForRefreshToken: true, // [Android] related to `serverAuthCode`, read the docs link below *.
 });
  • Firebase Configuration's ( Fire.js )
firebase.initializeApp({
   apiKey: "***",
   authDomain: "***",
   databaseURL: "***",
   projectId: "***",
   storageBucket: "***",
   messagingSenderId: "***",
   appId: "***",
   measurementId: "***"
 });

Built With

  • React Native
  • react-native-firebase
  • react-native-gifted-chat
  • react-native-community/google-signin

Check Out My Youtube Channel

Youtube Channel - Belgin Android

Sample Preview

Authors

Problems ?

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

This is A Chat App Made Using Firebase And React Native With The Help Of GiftedChat Module

License:MIT License


Languages

Language:JavaScript 49.3%Language:Java 23.6%Language:Objective-C 16.8%Language:Starlark 7.3%Language:Ruby 2.9%