blob: 32656f17a876ee17f4e0ff617de961c42755ee73 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PERIDOT_LIB_LEDGER_CLIENT_CONSTANTS_H_
#define PERIDOT_LIB_LEDGER_CLIENT_CONSTANTS_H_
namespace modular {
constexpr char kCloudProviderFirestoreAppUrl[] = "cloud_provider_firestore";
constexpr char kLedgerAppUrl[] = "ledger";
// Hard-coded communal Ledger instance.
const char kFirebaseProjectId[] = "fuchsia-ledger";
const char kFirebaseApiKey[] = "AIzaSyDzzuJILOn6riFPTXC36HlH6CEdliLapDA";
} // namespace modular
#endif // PERIDOT_LIB_LEDGER_CLIENT_CONSTANTS_H_