Open
Description
Using firebase-admin
, what is the recommended way to verify an error is Firestore related? And so that typescript knows that the error instance will have the code
property, etc?
Ideally, I'd be able to verify the error is an instance of FirestoreError
, but the error I'm experiencing now seems to be grpc related, as the code
property is returning a number corresponding to the errors here.
There are several issues in this repository around getting access to error classes, with no clear answers.
If I'm missing something, please point me in the right direction.