GCP - Cloud Firestore and Bigtable
What will be the result of this Firestore query?
Assuming no composite index exists for 'status' and 'date'.
db.collection('orders').where('status', '==', 'delivered').orderBy('date')Assuming no composite index exists for 'status' and 'date'.
