googleapis / java-firestore

Apache License 2.0
100 stars 66 forks source link

Support for FieldMask with get on transaction #1021

Open lpellegr opened 2 years ago

lpellegr commented 2 years ago

A simple get on a document supports limiting fields with a FieldMask. However, there is no parity for this with a get on a transaction. This would be useful on a transactional get to minimize data transfer.

wu-hui commented 2 years ago

Thanks for the feature request! This would be helpful indeed, we do not consider this urgent and will add to our to-do list for the future. So maybe don't hold your breath :-)