Skip to content
Partha Pratim Deka edited this page Jul 17, 2024 · 1 revision

Wiki for CardioCare app

Authentication

The users in the app are authenticated using SignIn with Google popup through Firebase. Once the users are authenticated using their email addresses, they need to provide additional information about their contacts and required biodata, which is then stored in an expressJS server

image

SOS Functionality

A separate function is being developed in this folder. The function when hit sends an SOS message to a phone number and email stored in the user dashboard, along with the current location of the user to the person, who can immediately help the user

The function is being triggered by two sources. One is the device worn by the person, which constantly monitors the heart rate and oxygen level, and once it shows abnormal behavior, it triggers the API. The second method is by buttons, one in the client app and another in the device itself, when pressed does the same

image

Clone this wiki locally