Christina Holland

Results 209 comments of Christina Holland

We are slowly adding this method to all libraries. We are working on `performance` now, and `remote-config` would be next.

Can you describe specifically which issues you are seeing? What is the exact error/warning message, and what happens next, does the application crash?

@etmiranda It looks like the error is being thrown by analytics and not performance, have you used the analytics.isSupported method and, if it fails, do not initialize analytics (firebase.analytics()) as...

This is a really tricky issue to debug so I will try to explain what we know so maybe we can all work together and figure it out. 1) The...

For React Native, you could use React Native Firebase https://rnfirebase.io/ but it would have to be plain React Native, as it doesn't work with Expo. It doesn't require using any...

I'm not sure what form a Crashlytics for Web product would take, or what the underlying technology would be, so I can't guarantee it would work with React Native or...

Looks like karma-webpack needs to make a fix to be able to use webpack 5: https://github.com/ryanclark/karma-webpack/issues/431

What is the official way to detect at runtime if you're in an Electron renderer environment? At a glance I found this: https://github.com/jprichardson/is-electron-renderer/blob/master/index.js Which is searching to see if `process.type`...

- Are you able to reproduce any of these errors locally on your own Android devices? - Two of the errors say that the device is offline. Probably the device...

If we can't reproduce this error, it will be difficult to find the actual cause and fix it. The best we can do is guess. The first error is caused...