I there any way of doing some work on the data in Firebase? i.e: I want to send a number from the clients and have the DB calculate an average of it and and store the result new number.
Right now it seems like the clients need to do the calculation but it's not good and not accurate because of the simultaneous requests.