What is transactional data in Firebase?

Transactional data is used when you need to return some data from the database then make some calculation with it and store it back . Let us say we have one player inside our player list. We want to retrieve property, add one year of age and return it back to Firebase.

Leave a Reply

Your email address will not be published. Required fields are marked *