Home > @firebase/database > TransactionOptions > applyLocally
TransactionOptions.applyLocally property
By default, events are raised each time the transaction update function runs. So if it is run multiple times, you may see intermediate states. You can set this to false to suppress these intermediate states and instead wait until the transaction has completed before events are raised.
Signature:
readonly applyLocally?: boolean;