documentReference property
DocumentReference<T>
documentReference
final
Reference to the last document in the batch
This reference:
- Points to the most recently modified document
- Is typed with
T
for type safety - Can be used for further operations
Implementation
final DocumentReference<T> documentReference;