Michał Kochmański

Results 24 comments of Michał Kochmański

I have a similar problem. After creating an account via Apple, I get the first name and last name in one attribute: `family_name`.

Today , we got from app reviewer... ![SmartSelect_20230922_173932_Gmail.jpg](https://github.com/deniza/app_tracking_transparency/assets/26656256/31e3990f-eaad-48d3-bec5-17269dd02840)

I have the same problem. When I go back to the previous screen, the map is visible for a while (flutter 3.7.3, google_maps_flutter 2.2.3).

Our current workaround 1. Adding `app/src/main/kotlin/androidx/compose/ui/platform/LocalSoftwareKeyboardController.kt` ``` package androidx.compose.ui.platform import androidx.compose.runtime.Composable // Used by Stripe Android SDK // Work around for https://github.com/stripe/stripe-android/issues/7184 // This existed as Experimental in Compose 1.5,...

> Thank you! Assuming we'll implement the data sharing solution on our own for Android, is there a way to make the `AmplifyAuthCognito` use manually provided tokens to perform authentication...

@Jordan-Nelson Thanks for the reply! So if we implement it ourselves for Android, sharing credentials between many apps will be possible, or do we also have to implement this mechanism...

@Jordan-Nelson Thanks for your reply! I'd like to ask about a related topic. Is there any special effort required on the frontend side when we want to use the same...

> There is nothing in Amplify Flutter preventing the same user pool from being used in multiple apps. As discussed, Amplify Flutter will not share credentials across applications automatically though....