FirestoreApiParser class abstract

Constructors

FirestoreApiParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

convertToFirestoreDocument({required Map<String, dynamic> json}) Map<String, dynamic>
Analyze a standard Map/JSON which is in standard json format and returns Map/JSON with data converted to a readable format for Cloud Firestore
convertToStandardJson({required Map<String, dynamic> doc}) Map<String, dynamic>
Parses and converts a doc that is in a format readable by cloud firestore to a standard json format
parseCollection({required dynamic collection}) List
Analyze and convert a collection that is in json format used by cloud firestore to standard json format