DEV Community

Discussion on: Angular 11 Firestore CRUD: add/get/update/delete documents with AngularFireStore

Collapse
 
junhoyoon95 profile image
Junho Yoon

Hi there! It has been difficult to find advanced information about this particular topic. This article helps me a lot! Massive thanks. I'm using Angular11 as Front and Firebase as Database. Quick question. I can't wrap my head around how to read data from firestore on specific conditions like SELECT user_address FROM Users WHERE user_name =='junho yoon'. Do you happen to have any leads?