hermitdemschoenenleben

Results 13 comments of hermitdemschoenenleben

@elliott44k have a look at the corresponding PR of capacitor-firebase-auth: https://github.com/baumblatt/capacitor-firebase-auth/pull/206/files

Thank you for the quick reply! > The buffer size can be increased at compilation time. Is it possible to increase this value a lot, i.e. to a few thousand?...

I attached the logcat (notice that I used Sentry.captureMessage, not Sentry.captureException like I wrote above) [logcat.txt](https://github.com/getsentry/sentry-capacitor/files/7651010/logcat.txt)

in javascript console, there was no output

in our app, we didn't see this error for quite some time now. However, I suspect that the reason for this problem is that capacitor-firebase-auth has facebook SDK as a...

I found out that a corresponding issue already exists for local notifications: https://github.com/ionic-team/capacitor-plugins/issues/1116 Problem is the same, just has to be built in for local notifications as well as for...

as a workaround, I created a simple capacitor plugin that can be used for obtaining POST_NOTIFICATIONS permission on android: https://github.com/hermitdemschoenenleben/capacitor-plugin-android-post-notifications-permission

I think on older SDKs you get it on the first app launch after you've initialized push messages – which is typically the second app launch.

I investigated the bug a little further and I think the fix is quite easy: adding this code in `webViewWebContentProcessDidTerminate` seems to work: ``` for pluginObject in bridge!.plugins { let...