diff --git a/README.md b/README.md index 7b7f33e..a361d70 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # SOS Developed by Ankush Anshuman. -**SOS** is an Android App using Firebase APIs which broadcast the location in case of emergency. +**SOS** is an Android App using Firebase APIs which broadcasts the location in case of an emergency. ### TODO -- [x] Get User last known location -- [x] Get user location continiously with fixed interval +- [x] Get the user's last known location +- [x] Get user location continiously at fixed intervals - [x] Firebase authentication using Email/Password - [ ] **Firebase authentication using Google SignIn** - [x] Populate Firebase Database @@ -16,6 +16,6 @@ Developed by Ankush Anshuman. - [x] Sync between online and offline database - [x] Broadcast/Notify to Other Users via Android Service - [x] Create Profile update/view Activity -- [x] Recieve/Read Location of other user +- [x] Read/Recieve Location of other users - [x] Show Location on MapsActivity - [X] Improve UI