Skip to main content

Module firestore

Module firestore 

Source

Structs§

Document
FirestoreClient

Functions§

parse_document
Parse a full Firestore document into a JSON object with parsed fields.
parse_firestore_fields
Parse Firestore document fields into a flat JSON object.
parse_firestore_value
Parse a Firestore typed value into a serde_json::Value.
to_firestore_fields
Convert a flat JSON object into Firestore fields format.
to_firestore_value
Convert a serde_json::Value into Firestore’s typed value format.