Hi guys,
i am working on our capstone project, its a queueing system where students will registered and log in. After that, they will be able to get a queue number. I am not knowledgeable in C# nor C++ languages. I will attach my file here for you to see my work. I would be glad to be corrected if there is some corrections or simplifications to my work.
This is my firebaseDB where those parent nodes came from importing a Json file. Also, you will not be able to register if you are not one of those account (parent node).
after registering, childkey in each parent node will get its value.
Here is my Login screen.
Registration Screen
Screen4(home) where student will get their queue and where I get stuck.
QueueTrial.aia (3.1 MB)
I would like to ask, if there is a way when press the Get queue # button, the app will set a queue number for each user? if it is, I am pleased to learn it from you.