How to create a field in a firebase/firestore document and populate it with the already generated Document ID
I have a large collection of documents stored in Firebase. They were all stored with a number of fields and given the randomly generated Document ID. I neglected to add a field titled "id" to populate with the Document ID,…