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

https://github.com/dipanshkhandelwal/mychat

Simple group chat app with google account authentication built on Google Firebase
https://github.com/dipanshkhandelwal/mychat

Last synced: 7 months ago
JSON representation

Simple group chat app with google account authentication built on Google Firebase

Awesome Lists containing this project

README

          

# MyChat
Simple group chat app with google account authentication built on Google Firebase

## How to read the project
1. Download **[Android Studio](https://developer.android.com/studio/index.html)** from the Google Developers site or using this [link](https://developer.android.com/studio/index.html).
2. Install the file to your pc.
3. Download the required **SDK(Standard Development Kit) Tools** .
4. **[Clone the repository](https://github.com/DipanshKhandelwal/MyChat.git)** from : "https://github.com/DipanshKhandelwal/MyChat.git".
5. Open the project in Android Studio.
6. For launching the project you can either :
1. **Install emulator**
* For this you must have **HAMX (Hardware Accelerated Execution Manager)** installed in Android Studio IDE.
* To install **[HAMX (Hardware Accelerated Execution Manager)](https://stackoverflow.com/questions/29136173/emulator-error-x86-emulation-currently-requires-hardware-acceleration)** refer here.
* You can download it at the time of installation of the Android Studio or install it afterwards in the **SDK manager**.
* Use your **AVD manager** for launching the app.
2. **Use your Android Phone**
* For using your phone, firstly connect your Android Phone with the pc using a data cable.
* Go to the Settings > Developers Setting.
* **Allow USB debugging**.
* **Run** the project from the Android Studio IDE.