Firebase – Turn a list of data objects into a hash map, send it to firestore, retrieve the data and turn it back into a list of objects again
A solution can be found at the bottom. If you wish to understand the context read along! Bloody beginner in Kotlin/Android here and trying his best. I am trying to push a list of data objects into Firestore and managed…