Results 11 comments of cmunaro

Hi, I'm facing the same problem, how can It be solved?

I patched that adding ``` android { ... node { // Undocumented magic that make everything work version = "16.14.2" } } ``` I found that solution on stackoverflow but...

I'm having the same issue using an idp pool not federated

@rhamnett I'm experiencing it in Kotlin (Android) after invoking ``` Amplify.Auth.signInWithSocialWebUI( provider = AuthProvider.facebook(), callingActivity = activity ) ``` Ah sorry in my last comment I expressed myself badly, I'm...

@div5yesh how should I use `signInUIOptions`? The `options` parameter of ` Amplify.Auth.signInWithSocialWebUI` is of type `AuthWebUISignInOptions`, trying to copy `signInQueryParameters` from one to the other doesn't work. If I should...

Wow you were super fast! 🥇 Thanks @div5yesh! 💚

@div5yesh I have to pass the id token to my backend, then with some magic (we have different teams I don't handle that part) they give me another token that...

no, fortunately for my use case I could use the base `MediaMetadataRetrieve` of Android

@engrtaipu sorry but I'm not skilled at all in this field 😅