firebase / firebase/firebase-admin-python

[FR]null value

Aperta
#697 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
api: database type: feature request
Lingua principale
Python
Stelle
1.2k
Fork
359
Merge medio
5g 6m
PR unite (30g)
2

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.