Skip to content

Clone of the famous app whatsapp, only for study

Notifications You must be signed in to change notification settings

pdrozz/whatsapp.clone

Repository files navigation

Clone app Whatsapp- only for studying

This app try remake the famous app WhatsApp with Android SDK

Updates

View chat WORKING

Send message WORKING

Status Upload WORKING

Create Profile WORKING


alt text

How to use

Windows:

  1. Clone the project

  2. Create a Firebase Project

  3. Sign up SHA1 app key in Firebase Project

  4. Replace file "app/YOUR CONFIG FIREBASE FILE HERE.JSON" with your firebase config file

  5. Edit rules of Firebase Realtime Datebase:

"rules": {
    ".read": true, #Edit here
    ".write": true #Edit here
  }
  1. 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
    }
  }
}

Installation

APK

Android: Download the apk soon

About

Clone of the famous app whatsapp, only for study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages