Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibelgin/react-native-chat-app-example

This is A Chat App Made Using Firebase And React Native With The Help Of GiftedChat Module
https://github.com/ibelgin/react-native-chat-app-example

firebase firebase-database google-api google-signin javascript react-native react-native-gifted-chat react-navigation

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 )

```javascript
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 )

```javascript
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](https://youtube.com/c/belginandroid)

## Sample Preview

## Authors

* **Belgin Android** - *All Works* - [Belgin Android](https://github.com/Belgin-Android)

## Problems ?

* Contact Me At [Instagram](https://www.instagram.com/letonations/)

## Acknowledgments

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