I am creating like a queueing system so I need to make the index inorder from the firebase db. I want first to check from the firebase if this current queue number is taken then the current num will be indexed to +1 =2 then it goes on until the value and the current num is not equal. Do you have any block suggestions? ![|16x16]
I think I have already seen these in the past days but this time is instead of indexing from the tag, I need to place them as values of a tag (queue_number). However, I think this suggestion will also work by making testid1 as queue_number instead of creating it inside. Thank you, I will test it first though.
Before posting or bookQ, i need to check first the index of queue so what I did is I used firebase to check its currentIndex then the result should return a queue_number that should not be the same with the current queue_number in the db.