GCP - Cloud Firestore and Bigtable
Given this Firestore query in Python:
What does this code return?
docs = firestore_client.collection('products').where('price', '>', 100).stream()What does this code return?
