Emmanuel harel

Results 8 comments of Emmanuel harel

@tylerjroach Do you have any news about this ? It's been 11 months now. Do you have any github repo example at least with an android app (so Kotlin frontend)...

Hello @tylerjroach thank you for your answer. From a global point of view the Amplify documentation about Sign up / Sign in scenario is far from easy to use. -...

@tylerjroach Thanks for your responses. If I use this activity: > android:name="com.amplifyframework.auth.cognito.activities.HostedUIRedirectActivity" > android:exported="true"> > > > > > > > I get "Default Activity not found" error For Gen...

Ok. When I add the HostedUIRedirectActivity i get: > Unable to start activity ComponentInfo{fr.ehtech.my-scheme/fr.ehtech.my-scheme.MainActivity}: android.view.InflateException. By the way when mainActivity calls signInWithSocialWebUI how is HostedUIRedirectActivity called ? Under the hood...

In AndroidManifest I had to remove the package to make the app launched. But @tylerjroach could you explain how Amplify.Auth.signInWithSocialWebUI works ? Because I signed in once and then I...

Thank you @tylerjroach I progress. What I have done: - Customization of Authenticator: https://ui.docs.amplify.aws/android/connected-components/authenticator/customization adding a footer with a Button which launches: - Amplify.Auth.signInWithSocialWebUI (https://docs.amplify.aws/android/build-a-backend/auth/add-social-provider) This way I can signup...

You could for example document the way this works through use cases from command line. As a user I want to use not to guess the way it works. A...

I did some Avro yes. Thank you I saw that it was possible to narrow down the number of values of the source Enum, but I find it weard actually....