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 |
yarn
ornpm
react-native
Google maps API Key
you can get it hereConfig realtime database firebase for WEB
you 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 install
for 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-android
for run this app. Make sure your device is connected with debugging mode. - Well done..
Icons made by Good Ware from www.flaticon.com