PCDE • Practice Test 24
Free PCDE practice test — 15 questions with explanations. Set 24. No signup required.
A Firestore database has a collection with a composite index on (status, timestamp desc). The query `where status == 'active' order by timestamp desc limit 50` is returning empty results even though there are active documents. What could be the issue?