Posts by Armando Fernandes • 11 points
1 post
-
1
votes0
answers22
viewsQ: How to create Typescript interface that reflects firestore structure
Good morning, I’m getting data from firebase firestore with a structure that I’m having trouble representing as a model in Typescript, that is, an interface. I made a JSON representation to…