How can i add multiple where condition in loop using firebase and angular? byAuthor •October 20, 2023 To add multiple `where` conditions in a loop when querying a Firestore database with Firebase and Angular, you can dynamically build your query. Here's a general approach: 1. **Initialize the Firestore Query**: Start by initializing a base Fir…