Cloud Functions for Dart CI

Dart test results are sent to Pub/Sub and stored in Firestore by these functions, written in Dart and compiled to NodeJS.

These functions write to the document collections ‘results’ and ‘commits’ in the projects ‘dart-ci’ and ‘dart-ci-staging’

Installation

Run “pub get” Run “npm install” Run “pub run build_runner build --output=build” Run “firebase -P dart-ci-staging deploy --only functions”