I have created an app that captures peoples names and the time when added into the firebase realtime data bases.
Now this database is full of entries with different peoples names etc.
I want to calculate the total times name “x” is entered into the databse. Image of my code example
The property mark is not on a list. Since you’re adding the object at the end of the list you can use the get #1 block and use the variable as the list, and the # 1 with # lenght of the list
Ok I understand what you suggested. However, I want to calclaute the number of times Steve has been entered into the data base. I want to build a query that searches for “Steve” in all the datapoints and then says 2 in the above image case. If that makes sense