tree: 3b848c7a63e5d1160d007eac5aaf59ee6f1ff793 [path history] [tgz]
  1. app/
  2. docs/
  3. fidl/
  4. firestore/
  5. grpc/
  6. include/
  7. testing/
  8. validation/
  9. BUILD.gn
  10. cloud_provider_firestore_unittests.cmx
  11. README.md
bin/cloud_provider_firestore/README.md

Firestore-based cloud provider

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

Testing

The tests are packaged with Ledger tests.

In order to run the unit tests:

fx run-test -t cloud_provider_firestore_unittests ledger_tests

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 run-test -t validation_firestore ledger_tests

Note that validation_firestore is only a launcher for the actual tests, cloud_provider_validation_tests. As a result, you will need to look at fx log output to see if the tests passed.

Documentation