firebase / firebase/firebase-admin-python
[FR]null value
オープン
api: database
type: feature request
- 主要言語
- Python
- スター
- 1.2k
- フォーク
- 359
- 平均マージ
- 5日 6分
- マージ済み PR(30日)
- 2
説明
**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.
コントリビューションガイド
評価
この issue はまだ評価されていません。