Rogier van den Berg

Results 10 comments of Rogier van den Berg

You need to set all the settings for Facebook correctly (i.e. `android/app/src/main/res/values/strings.xml` and `android/app/src/main/AndroidManifest.xml` stuff). If you do so, it will work again. If by the way geolocator is not...

I'd really love to see the same. My use case is that we are using a custom asset management (so not a real file based one, with files on disk),...

The issue is that Apples Gatekeeper restricts the apps to be executed if you're not the developer/builder and you have installed this from an 'unidentiefied developer'. The reason why it...

Seems like a great idea to me too! I would say incorporate this into Inertia itself, as this way of working is very "rails like", and it would really complement...

Thank you for creating this issue and posting this @Etzeitet 🙏 I thought I was doing something wrong in my code until I stumbled on this. I have the same...

I have been tracking this issue having the same problem. I can confirm: With version 7 of flutter-facebook-auth this issue is resolved, Classic login is available on iOS and working....

Having the same issue too: * Running locally gives the error `Component is not a constructor at SvelteWrapper.componentDidMount (plugins.js:13:25)` * Running the official example to run a [Svelte component in...

I created a fix as I was in need of this too: https://github.com/Opteo/google-ads-api/pull/525

In order to make not fully up-to-date packages work in Android with all the latest requirements, you can add this additional subprojects-block to your `android/build.gradle`, above the other "subprojects" blocks:...

I've updated the PR to update to `google-auth-library` v10 and fix the way headers are passed down. Fixed `CREDENTIALS_MISSING` error by switching to `grpc.credentials.createFromMetadataGenerator`. This resolves the incompatibility between `google-auth-library`...