Environment
- Android Studio version: 3.2.1
- Firebase Component: Firestore
- Component version: 17.1.4
Steps to reproduce:
When fetching from DocumentReference with Source.CACHE and the object doesn't exist in cache, Firestore SDK throws a FirebaseFirestoreException. But would it make more sense to return a null object since object not existing in cache is a valid scenario?