Hi,
I am new to Firebase and have some questions I hope the group can answer.
I've built a app that serves as a digital sign in sheet for a barbershop. It works well and I want to sell it to other barber shops. The app resides on a tablet in the shop.
The client signs in on the tablet. The sign in information is written onto Firebase and is stored in a queue for the shop. Once the barber checks in the client, they are removed from
the queue.
I am not very technical so I apologize if some of the questions are overly simple
- Do I need separate Firebase accounts for each shop or can I add them all to a single database and allow each shop to be a separate project?
- Currently, I am on a pay as you go schedule. How do I estimate or calculate how much data would be used per project/shop?
- The app is based on a monthly subscription. If a project(shop) does not pay, can I disable firebase access? Perhaps change the privileges from read/write to read only?
- Can the queue be cleared nightly by firebase or do I need to do that via the app? If so, can I set a specific day of the week and time for the queue to be cleared?
Thanks
Darrell