I have the exact same question as this one but in python :
How to increment values in Firebase Realtime Database (v9)
Is it actually implemented or not ? Because i am unable to find how to perform a :
from firebase_admin import db
realtime_db = db.reference(path="/", app=app, url="myurl")
realtime_db.update({
f"chats/{uid}/num": db.increment(1),
})
Thanks in advance