Skip to content

Latest commit

 

History

History
97 lines (65 loc) · 2.5 KB

README.md

File metadata and controls

97 lines (65 loc) · 2.5 KB

Emergency Vehicle Notifier

first sec third fourth

APK Builds

The given folder link contains all the APK Builds. Supported build may vary based on OS version (preferrably install app-armeabi-v7a-release.apk). https://drive.google.com/drive/folders/1NxcV5XX6MBRcqFBw4remwcIEKM7D8VcS?usp=sharing

Features

1. Auth

  • To register all kinds of users in the Firebase

2. Google Maps Page

  • Use Google Maps APIs for navigation
  • Can be used for both general and emergency usage

3. Navigation Facility

  • To explore navigational pathways in general use
  • To experience real-time GPS navigation systems

4. Profile Page

  • Display the profile details of user

5. Update and Delete Profile routes

  • Update prfile data by routes
  • Delete profile by routes

6. Create Emergency Page and Backend

  • Create emergency ticket
  • Add the newly added emergency in the Firebase database

7. Update Emergency and Backend

  • Update emergency details in the frontend
  • Update the emergency in the Firebase

8. Delete Emergency

  • Delete an emergency if required by the user
  • Update the deleted emergency in the Firebase

9. Accept Emergency and Backend

  • Driver-only accessible feature
  • Accepts an emergency ticket
  • Updates the pending emergences in the Firebase

10. Decline Emergency

  • Driver-only accessible feature
  • Declines an emergency ticket

11. Automatic Navigation on Accept Emergency

  • When an emergency ticket is accepted by the driver, navigation starts automatically

Tech Stack

Contributors