Search code examples
.netwindowsfirebasewindows-servicesfirebase-crash-reporting

Can I use Firebase Crashlytics with worker service to log exceptions


I am working on Windows Service development(which runs in bg in windows machine). To log/store exceptions I want to use Firebase Crashlytics so that anyone can access it from anywhere.

Not sure if Crsahlytics support web applications too.

Please suggest?


Solution

  • No, unfortunately Firebase Crashlytics does not currently support web applications.

    You might want to try an alternative error reporting tool, such as sentry.io.