$ npm install @rollinginfra/state-store-google-firestoreStore JSON state objects in Google Firestore. Keys can be any valid UTF-8 string.
You can set up your local environment by running gcloud init and following the prompts to authenticate.
import StateStoreGoogleFirestore from '@rollinginfra/state-store-google-firestore';
const state = new StateStoreGoogleFirestore({
googleProjectID: `YOUR_GOOGLE_PROJECT_NAME`,
collectionName: `YOUR_COLLECTION_NAME`,
});