0.13.0 • Published 5 years ago

@emeralt/database-cloud-firestore v0.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@emeralt/database-cloud-firestore

Emeralt database plugin to store packages in Google Cloud Firestore

Install

Using npm:

npm install @emeralt/database-cloud-firestore

or using yarn:

yarn add @emeralt/database-cloud-firestore

Usage

new EmeraltDatabaseCloudFirestore(options)

Options

type Options = {
  prefix?: {
    collection: string // default: emeralt-test
    document: string // default: emeralt-test
  },

  // credentials for firestore
  // https://cloud.google.com/compute/docs/access/service-accounts
  firestore?: {
    projectId?: string
    keyFilename?: string
    credentials?: string
    timestampsInSnapshots?: string
  },
}
0.13.0

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago