leusgalvan / fixture

App for making tournament fixtures
4 stars 2 forks source link

Evaluate removing ids from documents data #22

Closed leusgalvan closed 5 years ago

leusgalvan commented 5 years ago

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.

ginoemiliozzi commented 5 years ago

Ids were already removed