Clone This Repo To Your PC
Run npm install
TODO
Run The App
-
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: "***"
});
- React Native
- react-native-firebase
- react-native-gifted-chat
- react-native-community/google-signin
Youtube Channel - Belgin Android
- Belgin Android - All Works - Belgin Android
- Contact Me At Instagram
- Hat tip to anyone whose code was used
- Inspiration
- etc