Michał Kochmański
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... 
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).
Probably it's related to this issue: https://github.com/stripe/stripe-android/issues/7184#issuecomment-1776245431
We experience the same error. The application suddenly started crashing.
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....