firestore_api_parser 1.0.1 firestore_api_parser: ^1.0.1 copied to clipboard
A Flutter and Dart plugin allowing you to convert the JSON format used by firestore to represent its documents or collections to the conventional JSON data format
1.0.0 #
Initial version. A simple parser allowing you to convert a json that is in firebase cloud firestore format to the conventional json format. For the moment the API only allows to convert cloud firestore documents. An update to support the conversion of cloud firestore collection is planned for the next updates of the package
1.0.1 #
Adding support for meta^1.3.0