t3n / eventsourcing-googlefirestoreeventstore
Neos.EventSourcing adapter for the Google Cloud Firestore
Package info
github.com/t3n/EventSourcing.GoogleFireStoreEventStore
Type:neos-yeebase
pkg:composer/t3n/eventsourcing-googlefirestoreeventstore
dev-master
2019-04-30 11:13 UTC
Requires
- ext-grpc: *
- ext-json: *
- google/cloud-firestore: ^1.1
- neos/event-sourcing: ^1.0
- neos/flow: ^5.2
Requires (Dev)
- t3n/coding-standard: ~1.0.0
This package is auto-updated.
Last update: 2026-03-01 00:27:44 UTC
README
t3n.EventSourcing.GoogleFireStoreEventStore
Neos.EventSourcing adapter for the Google Cloud Firestore
Installation
Install via composer:
composer require t3n/eventsourcing-googlefirestoreeventstore
Configuration
Example configuration:
Neos: EventSourcing: EventStore: stores: 'default': storage: 't3n\EventSourcing\GoogleFireStoreEventStore\GoogleFireStoreEventStorage' storageOptions: baseDocumentId: 'some_namespace' fireStoreConfig: keyFilePath: '%FLOW_PATH_ROOT%Configuration/keyfile.json'
You can obtain a Google Cloud key at https://console.cloud.google.com/apis/credentials/serviceaccountkey