We currently have some collections with an explicit id within the data (e.g: userId in the user collection) which looks redundant since Firestore already provides an id for each document.
We may be able to remove these inner ids and use the ones from firebase by ensuring every fetch method from the firebase class appends it.
We currently have some collections with an explicit id within the data (e.g: userId in the user collection) which looks redundant since Firestore already provides an id for each document.
We may be able to remove these inner ids and use the ones from firebase by ensuring every fetch method from the firebase class appends it.