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

[FR]null value

Open bezsahara opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. In order to delete a key in realtime db you can use either the delete method or send null as the value. Sending null as a value can be beneficial sometimes because you can use the update method to delete several keys at one request.

Describe the solution you'd like I would like a solution where None can be passed. Since requests lib does not want to change None values to null json.dumps can be used instead if None value is detected.

bezsahara avatar May 01 '23 16:05 bezsahara

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 May 01 '23 16:05 google-oss-bot