Is your feature request related to a problem? Please describe.
I'm running multiple managed Firestore databases in GCP, so I can not use the default
Describe the solution you'd like
When creating the datasource, an optional input field for database id
Describe alternatives you've considered
Right now looking into writing a separate service to subscribe to a collection and write it to an InfluxDB instead
Additional context
The go firestore library has support for selecting database by using firestore.NewClientWithDatabase(ctx, project, db)
Is your feature request related to a problem? Please describe. I'm running multiple managed Firestore databases in GCP, so I can not use the default
Describe the solution you'd like When creating the datasource, an optional input field for database id
Describe alternatives you've considered Right now looking into writing a separate service to subscribe to a collection and write it to an InfluxDB instead
Additional context The go firestore library has support for selecting database by using
firestore.NewClientWithDatabase(ctx, project, db)