Coins-Kite / React-Native-Chat-App-Example

Simple Chat App Made By CoinsKite Devolope's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoinsKite Chat App

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

Sample Preview

Problems ?

Acknowledgments

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

Hire Us

About

Simple Chat App Made By CoinsKite Devolope's

License:MIT License


Languages

Language:JavaScript 49.0%Language:Java 23.8%Language:Objective-C 17.0%Language:Starlark 7.3%Language:Ruby 2.9%