firebase-admin-python
firebase-admin-python copied to clipboard
FR: Make the Number of Retires Configurable in transaction()
Add an optional max_retries argument to the db.Reference.transaction() method. Currently it uses a fixed retry count (25).