From 644d5f36c1e59a1d9b3259dbc4c9e6ea3e008430 Mon Sep 17 00:00:00 2001 From: Denis-Cosmin Nutiu Date: Sun, 16 Feb 2020 15:49:31 +0200 Subject: [PATCH] NucuCar.Domain TelemetryPublisherFirestore update docs --- NucuCar.Domain/Telemetry/TelemetryPublisherFirestore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NucuCar.Domain/Telemetry/TelemetryPublisherFirestore.cs b/NucuCar.Domain/Telemetry/TelemetryPublisherFirestore.cs index 31f1090..91c7081 100644 --- a/NucuCar.Domain/Telemetry/TelemetryPublisherFirestore.cs +++ b/NucuCar.Domain/Telemetry/TelemetryPublisherFirestore.cs @@ -14,7 +14,7 @@ namespace NucuCar.Domain.Telemetry /// This class is used to publish the telemetry data to Google's Cloud Firestore. /// Requires the environment variable: GOOGLE_APPLICATION_CREDENTIALS to be set. /// See: https://cloud.google.com/docs/authentication/getting-started - /// or Firebase > Project Settings > Service Accounts + /// or Firebase > Project Settings > Service Accounts (Authentication is not implemented!) /// /// The connection string has the following parameters: /// ProjectId (required) — The string for the Firestore project id.