firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

Option to pass values to the transaction function callback

Open alexg93333 opened this issue 6 months ago • 1 comments

Python SDK:

from firebase_admin import db
db.reference(f"{ref}").transaction(increment_value)  

How can I pass variables to the "increment_value" function callback? Is it even possible?

alexg93333 avatar Jan 19 '24 15:01 alexg93333

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Jan 19 '24 15:01 google-oss-bot