facugaich opened a new issue, #28201:
URL: https://github.com/apache/beam/issues/28201

   ### What would you like to happen?
   
   Hi,
   
   I'd like to be able to write to [two different Firestore 
databases](https://cloud.google.com/firestore/docs/manage-databases) belonging 
to the same Firebase project, in one pipeline. More specifically, when applying 
two different [Firestore Write 
Fn](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/firestore/FirestoreV1.Write.html)
 to a pipeline, I should be able to set for each of them the database I want to 
write to.
   
   Note that (in SDK 2.49.0) it is possible to **read** from two databases, 
since it is not necessary that the [FirestoreDB 
PipelineOption](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/firestore/FirestoreOptions.html)
 matches whatever database ID is implied in the document paths of queries. 
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [X] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to