Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 730 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 730 Bytes

SOS

Developed by Ankush Anshuman.

SOS is an Android App using Firebase APIs which broadcasts the location in case of an emergency.

TODO

  • Get the user's last known location
  • Get user location continiously at fixed intervals
  • Firebase authentication using Email/Password
  • Firebase authentication using Google SignIn
  • Populate Firebase Database
  • Upload location to Firebase Database
  • Implement Firebase Database to cache offline locally
  • Sync between online and offline database
  • Broadcast/Notify to Other Users via Android Service
  • Create Profile update/view Activity
  • Read/Recieve Location of other users
  • Show Location on MapsActivity
  • Improve UI