https://github.com/ohcnetwork/superhero_app
The Superhero app keeps track of the near real-time location of all the volunteers.
https://github.com/ohcnetwork/superhero_app
Last synced: about 1 year ago
JSON representation
The Superhero app keeps track of the near real-time location of all the volunteers.
- Host: GitHub
- URL: https://github.com/ohcnetwork/superhero_app
- Owner: ohcnetwork
- License: apache-2.0
- Created: 2021-05-14T09:56:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T11:22:53.000Z (about 5 years ago)
- Last Synced: 2025-04-01T20:15:58.818Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 1.17 MB
- Stars: 3
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://firebase.google.com/docs/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.