tree: 52e1cc9edaef7597f3e0151359947e5eeac2b4ab [path history] [tgz]
  1. app/
  2. docs/
  3. fidl/
  4. firestore/
  5. grpc/
  6. include/
  7. testing/
  8. validation/
  9. BUILD.gn
  10. 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

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