I want a MIT app for pill scheduling for dispensing using firebase three tablets like paracetamol and vicksaction 500 and aspiran with time inputs with add button like 9.00 oclk if press add button need to add time1 in firebase again if i enter another time 12.00 oclk i press add button need to add in firebase time2 this for n number time How to create please guide me paracetamol
├── time1: "09:00"
├── time2: "10:00"
└── time3: "11:00"
I do not know whether I understand you correctly or not. Try like this and check will it be ok not
// Example for adding a new time
// Let's say the user is adding a time for paracetamol
// Assuming timePicker stores time in the format "HH:MM"
FirebaseDB1.StoreValue tag => (
"medications/paracetamol/time" + numberOfTimes (use button click counter from variable or tinydb)
Value => timePicker.Time)
When it comes to scheduling medicines, it is advisable to work off-line only. You are storing only a small amount of data, TinyDB is better suited than Firebase in every respect and at no cost.