Skip to content

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

License

Notifications You must be signed in to change notification settings

ibelgin/React-Native-Chat-App-Example

Repository files navigation

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