Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FirestoreConfig

Configuration for a new Firestore client

Hierarchy

  • FirestoreConfig

Index

Properties

Properties

keyServer

keyServer: { key: string; url: string }

Configuration for build-in keyserver In the future, this will be expanded to support a more dynamic system

Type declaration

  • key: string

    Private API key sent with requests to keyserver

  • url: string

    URL for keyserver

project

project: string

Name of GCP/Firebase project

Generated using TypeDoc