This repository was archived by the owner on Apr 4, 2023. It is now read-only.
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Suggestion: Firestore: Report the exception message, not just the code #1524
Open
Description
In firebase_common_1.firebase.firestore.onCollectionSnapshot, on exception, the error code is being reported. It would be terrific if the error message can be, too (exception.getMessage()). Particularly in the case of a missing index, the message contains the URL that generates the index and makes thing so convenient, to see.