Firestore-based cloud provider

This directory contains a Firestore-based implementation of the cloud provider interface.

Testing

In order to run the unit tests:

fx run-test cloud_provider_firestore_unittests

In order to run the validation tests, follow the cloud sync set-up instructions to set up a Firestore instance, configure the build environment and obtain the sync parameters.

Then, run the validation tests as follows:

fx shell "run fuchsia-pkg://fuchsia.com/ledger_tests#meta/validation_firestore.cmx"

Documentation