https://github.com/abolkog/react-native-simple-chat
React Native Simple Chat Tutorial code
https://github.com/abolkog/react-native-simple-chat
firebase react-native tutorial
Last synced: 10 months ago
JSON representation
React Native Simple Chat Tutorial code
- Host: GitHub
- URL: https://github.com/abolkog/react-native-simple-chat
- Owner: abolkog
- Created: 2017-12-03T13:54:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T06:56:43.000Z (about 8 years ago)
- Last Synced: 2025-03-27T10:34:22.689Z (10 months ago)
- Topics: firebase, react-native, tutorial
- Language: JavaScript
- Size: 63.5 KB
- Stars: 8
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Simple Chat
This is the repository is for the tutorial ["React Native Simple Chat - Arabic"](http://abolkog.com/courses/view/react-native-chat-application) @abolkog.com
# The App
- The app is a simple Global chat application using React Native, Redux and Firebase
# Firebase configuration.
You will need to setup your firebase account, then create the file `src/firebase.js` and add the credentials there.
#### Example file (firebase.js)
```
import * as firebase from 'firebase';
const config = {
apiKey: "API_KEY",
authDomain: "AUTH_DOMAIN_HERE",
databaseURL: "DATABASE_URL_HERE",
projectId: "PROJECT_ID_HERE",
storageBucket: "",
messagingSenderId: "SENDER_ID_HERE"
};
firebase.initializeApp(config);
export default firebase;
```
#### Contact Me
You can use the [Contact Me](http://www.abolkog.com/contact) form at my website or drop me a message on twitter @abolkog