This app try remake the famous app WhatsApp with Android SDK
View chat WORKING
Send message WORKING
Status Upload WORKING
Create Profile WORKING
Windows:
-
Clone the project
-
Create a Firebase Project
-
Sign up SHA1 app key in Firebase Project
-
Replace file "app/YOUR CONFIG FIREBASE FILE HERE.JSON" with your firebase config file
-
Edit rules of Firebase Realtime Datebase:
"rules": {
".read": true, #Edit here
".write": true #Edit here
}
- Edit rules of Firebase Storage
rules_version = '2' #Current Version;
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write: if true; #Edit this line
}
}
}
Android: Download the apk soon