tree: fe1a71b18ed58cebcde200d92b9196195a16bb29 [path history] [tgz]
  1. bin/
  2. docs/
  3. BUILD.gn
  4. README.md
src/ledger/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 ledger_tests -t 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 push-package ledger_tests
fx shell run-test-component validation_firestore

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