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

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

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