I have shops that should have an open time in its documents
currently I was looking around and I dont know what to store, for example, my shop open time is at 07:00 AM , but Firebase just let me store a timestamp value which also is an entire Date
object.
I need to know how to store this type of values since I need to run a cron every 30 minutes to check either if the shops are open or not to send a notification.
I dont know if its a good practice to just store the entire date or how to check if my store is open every day at 08:00 am
The question is something similar than this : How can I store a time value, specifically only hour and minute in Firebase?