🖍️
Coronasafe Logistics - Deployment
  • Introduction
  • Prerequisites
  • Setting Up Locally
  • Setting Up Super Hero Dashboard
  • Setting Up Backend
  • Setting Up Superhero Android App
Powered by GitBook
On this page
  • Cloning the repository
  • Project Setup

Was this helpful?

Setting Up Superhero Android App

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.

PreviousSetting Up Backend

Last updated 3 years ago

Was this helpful?

Cloning the repository

Clone the repository available at

git clone https://github.com/coronasafe/superhero_app.git

Project Setup

  • All notifications are received in the app through .

  • 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.

https://github.com/coronasafe/superhero_frontend
Firebase Cloud Messaging