Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 674 Bytes

README.MD

File metadata and controls

15 lines (8 loc) · 674 Bytes

Superhero

The Superhero app keeps track of the near real-time location of all the volunteers. The app sends requests for emergency tasks to nearby volunteers with instructions on how to fulfil them.

Project Setup

  • All notifications are received in the app through Firebase Cloud Messaging.
  • Setup a Firebase project, enable Firebase Cloud Messaging and place the google-services.json in root\app.
  • Server base url can be found in Constants.kt class.
  • There is an OTP authentication layer as part of onboarding. Omitting OTP authentication layer is possible and can make app's entry point as LoginActivity.