Firechat name inspired from Enen no Shouboutai.
Fire Force
- Works on Android
- Maps (Show your location & contact location)
- Contact (Show contact)
- Realtime Chat
Currently supported React Native version: >= 0.60.0
List of dependencies using this project.
| Name | Repository |
|---|---|
| React Native | facebook/react-native |
| Firebase | Firebase SDK |
| UI Kitten | akveo/react-native-ui-kitten |
| Maps | react-native-community/react-native-maps |
| Gifted Chat | FaridSafi/react-native-gifted-chat |
yarnornpmreact-nativeGoogle maps API Keyyou can get it hereConfig realtime database firebase for WEByou can get it here
Open .ENV and replace with your config
SITE_TITLE='Firechat'
FIREBASE_APIKEY=''
FIREBASE_AUTHDOMAIN=''
FIREBASE_DATABASEURL=''
FIREBASE_PROJECTID=''
FIREBASE_STORAGEBUCKET=''
FIREBASE_MESSAGINGSENDERID=''
FIREBASE_APPID=''
FIREBASE_MEASUREMENTID=''- Open your terminal or command prompt
- Type
git clone https://github.com/chlasswg26/Firechat.git - Open the folder and type
yarn install or npm installfor install dependencies - Add your goole maps API Key on
AndroidManifest.xml
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="YOUR_API_KEY"/>
- Type
react-native run-androidfor run this app. Make sure your device is connected with debugging mode. - Well done..
Icons made by Good Ware from www.flaticon.com
