Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Google FireStore

Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main > Using Liquid for building your application > Set up configuration per environment > Google Firestore

Configure each GoogleFirestore collection used as repository as the example bellow:

   "GoogleFireStore": {
    "ProjectID": "Liquid-216213",
    "DatabaseID": "Liquid-216213",
    "CollectionName": "Baskets"
  },
  "GoogleFireStore_2": {
    "ProjectID": "Liquid-216213",
    "DatabaseID": "Liquid-216213",
    "CollectionName": "Baskets"
   }

Clone this wiki locally