IB
ibelgin/React-Native-Chat-App-Example
This is A Chat App Made Using Firebase And React Native With The Help Of GiftedChat Module
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
-
Follow The Installation at https://github.com/react-native-community/google-signin
-
Get WebClientID ( Login Page )
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
- Belgin Android - All Works - Belgin Android
Problems ?
- Contact Me At Instagram
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
On this page
Languages
JavaScript49.3%Java23.6%Objective-C16.8%Starlark7.3%Ruby2.9%
Latest Release
v1.0October 1, 2020MIT License
Created October 1, 2020
Updated August 11, 2023
