Walk-In Clinic Android App

Android studio-created app implementing firebase authentication and login

Related Tags...

JavaSoftware DesignFirebase Database
8

Screenshot Gallery...

Firebase Authentication & Storage

Each login is authenticated through the FireStone FireBase Authentication System, which affirms that an entered email is valid, and then creates a registered account attached to it. The data for these accounts, as well as for all attributes of the app, are then stored in a custom database system. Skills Used: Authentication Implementation, App Design, Android Studio, Database Design and Implementation

Admin Functionality

With an immutable admin account, the application allows for one to remove or add potential services, as well as manage and remove users from the database. It includes an updated list of all Users and Clinics, taken from the online database system

Clinic Functionality

A clinic registers with its information, and can then actively adjust which services they offer, as well as the times which patients can book in with a doctor. They have a rating, and a current wait time, and are actively updated in the search results based on their name and service they offer.

Patient Functionality

A patient has the ability to search for clinics, book an appointment in their available slots, and leave a rating for the clinic after doing so. The patient’s database contains stored appointments that they have made.