may I know is there any way to access the Auto-Generate document ID in Firestore using Java? Because I want to add new field and data to existing document through my own android app. I have gone through the documentation, but didn't find any that solve the problem.
Elaboration of problem: I try to obtain the auto-generate ID of each "Event" document for the purpose of adding/update new field "Save Event" for each "User" in Firestore. So that 1 user can save many "event" inside the firestore.