I'm am trying to develop an application using firebase which will allow authenticated users to request parking spaces for their car in a parking lot on any given day within the week. Users should be able to request parking for certain days/number of days/whole week etc. There is a limited number of spaces in the parking lot. Based on user requests and user priority (each user will have a certain priority), they will then be offered or declined a space.
Basically I want to know if it would be possible to create such an app using firebase? The user authentication will allow only authenticated users to sign up. The hosting function would allow for hosting a web app. The database functionality would allow for storing user information/user requests/days that they have been allocated a parking spot etc. the functions part of firebase could then be used to run an algorithm to assign or decline users of a parking spot and also send them an email with this information.
What do you think, is this possible do you think? Or would there be a better alternative?
Thanks!
via Seamus Keena
No comments:
Post a Comment