firebase / firebase/firebase-admin-python

[FR]null value

Open
#697 1 comment 0 reactions 0 assignees View on GitHub
api: database type: feature request
Dominant language
Python
Stars
1.2k
Forks
359
Avg merge
5d 6m
Merged PRs (30d)
2

Description

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.