Skip to content

hrs234/ChatMeV2

Repository files navigation

ChatMe

X

Description

ChatMe is Chatting application with maps to track our friends where is located

Features

X
Chatting
X
TrackFriends (beta)

Preview

X X X X X X X X

Installation

  • Development

    • install this requirements first

    • make sure your devices is Android

    • then setup our API key

      • Firebase

        • 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;
        
      • Google Maps

        • open the manifest.xml in android\app\src\main\AndroidManifest.xml and 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

    • 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

  • Release

    • make sure your devices is Android
    • Open settings in your phone
    • make sure install unknown apps is allowed
    • download the application here
    • open in your downloads folder of your phone named ChatMe-beta.apk and touch it
    • touch install and wait until done
    • voila! the application installed

    NOTES: If you have prompted google play protect during installation process touch the install anyway

Resource Credits

About

Chatting Application with maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors