Hi all,
I am new to google firestore and typescript/angular and as part of my learning i am playing around with googles Maps, Places and Directions API. I was attempting to have a unique user create multiple origin and destination markers which would be saved in Firebase then displayed in a list for verification and editing but I am honestly not sure where or how to start. I know I would have to create an array in cloud firestore document for each user detailing the multiple origin and destination markers but how to maneuver around it with typescript is whats got me. Could anyone help me with links or tutorials that can give me an understanding of what I need to do to achieve this?
Thanks