https://github.com/harshmakadia/react-native-firebase-chat
Chat App using react native and firebase
https://github.com/harshmakadia/react-native-firebase-chat
chat firebase mobile-application react-native real-time
Last synced: 11 months ago
JSON representation
Chat App using react native and firebase
- Host: GitHub
- URL: https://github.com/harshmakadia/react-native-firebase-chat
- Owner: Harshmakadia
- License: mit
- Created: 2019-08-11T04:28:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:26:50.000Z (over 3 years ago)
- Last Synced: 2025-04-04T03:51:04.280Z (about 1 year ago)
- Topics: chat, firebase, mobile-application, react-native, real-time
- Language: JavaScript
- Size: 1.03 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-firebase-chat
Chat App using react native and firebase
## Steps to run this project
1. Create a firebaseConfig file with firebase configration
```
const firebaseConfig = {
apiKey: "xxxx",
authDomain: "xxxx",
databaseURL: "xxxx",
projectId: "xxxx",
storageBucket: "",
messagingSenderId: "xxxx",
appId: "xxxx"
};
export default firebaseConfig;
```
2. Run `npm install`
3. Start the app `npm start`
4. Expo DevTools is running at http://localhost:19002
## Libraries Used
1. [React Native Gifted Chat](https://github.com/FaridSafi/react-native-gifted-chat)
2. [NativeBase](https://nativebase.io/)