ChatMe is Chatting application with maps to track our friends where is located
![]() Chatting | ![]() TrackFriends (beta) |
-
-
install this requirements first
-
make sure your devices is Android
-
then setup our API key
-
- first open in
src/config/Firebase.js - then open and edit the file with your favorite and here the file structure
import firebase from 'firebase'; const config = { apiKey:"YOUR_API_KEYS", authDomain: "YOUR_DOMAINS", databaseURL: "YOUR_DATABASE_URLs", projectId: "YOUR_PROJECT_ID", storageBucket: "", messagingSenderId: "YOUR_MESSAGING_SENDER_ID", appId: "YOUR_APP_ID" } const Firebase = firebase.initializeApp(config); export default Firebase; - first open in
-
- open the
manifest.xmlinandroid\app\src\main\AndroidManifest.xmland edit it. Here the stucture files
<meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR_API_KEY"/> </application>NOTES: only edit the YOUR_API_KEY
- open the
-
-
connect your phone with USB
-
make sure your phone settings of USB debugging is activated
-
after that open your terminal and type
react-native run-android -
and the application is opened in your phone
-
-
- make sure your devices is Android
- Open settings in your phone
- make sure
install unknown appsis allowed - download the application here
- open in your downloads folder of your phone named
ChatMe-beta.apkand touch it - touch
installand wait until done - voila! the application installed
NOTES: If you have prompted google play protect during installation process touch the
install anyway










