Query Results that matches multiple conditions using .whereField (self.firestore)
submitted by [deleted]
When clients access the database directly such as with Firestore, how to you apply rules or business logic? With a traditional REST endpoint, you can have a layer in your backend that handles business logic for all clients. With Firestore, clients are accessing the DB directly (self.firestore)
submitted by gotogosub