EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 444 forks source link

Suggestion: Firestore: Report the exception message, not just the code #1524

Open nmandyam opened 4 years ago

nmandyam commented 4 years ago

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.

EddyVerbruggen commented 4 years ago

Agreed. Can you send a PR by any chance?

nmandyam commented 4 years ago

Will do my best - soon!