firebase-admin-go
firebase-admin-go copied to clipboard
SDK errors should not reside in the "internal" package
Users of the SDK are actually very interested, what sort of error was returned from Firebase. Some errors, for example, require deliberate actions on the SDK user side.
Kindly move the Firebase error info into a publicly accessible package.