From cb6546fa87500f209e2d1d6d1a7287d0e5d47437 Mon Sep 17 00:00:00 2001 From: labdexter <73740718+labdexter@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:12:16 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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