A whatsapp-like chat application created using firebase as the backend.
Steps to use the repo:
- Clone the repo and save it locally.
- Open it with android studio or install the .apk file.
- If opened in android studio simulate it else instal the apk on your mobile.
- Register with an unique username.
- login with the username.
For more info check out the documentation.
To create your own firebase server:
- Create a firebase account.
- Create a project "Adda".
- In the project give the package name: "com.arsalan.adda".
- Give a nickname.
- Do NOT give the SHA certificate.
Set up the Authentication:
- Go to Sign-in method and turn on Email/Password.
Set up the Database:
- Create a realtime database.
- Set the rules as: { "rules": { ".read": true, ".write": true } }
Enjoy!!!
For queries mail me: [email protected]