GCP - Cloud Firestore and Bigtable
You wrote this Firestore query:
But it returns an error about missing index. How do you fix it?
db.collection('users').where('age', '>', 18).where('age', '<', 30).orderBy('age')But it returns an error about missing index. How do you fix it?
