Skip to content

[FR]null value #697

Open
Open
@bezsahara

Description

@bezsahara

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions