firebase / firebase/firebase-admin-python

[FR]null value

オープン
#697 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。