firebase / firebase/firebase-admin-python

[FR]null value

Offen
#697 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
api: database type: feature request
Vorherrschende Sprache
Python
Sterne
1.2k
Forks
359
Ø Merge
5 T. 6 Min.
Gemergte PRs (30 T.)
2

Beschreibung

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

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.