Hui Zhao
Hui Zhao
Hi @FranPitri from your description, that you were debugging with Android. Have you tried to use `adb logcat -e` to filter the logs to show only what you care about?...
It looks like that native `observe` emitting models without timestamp fields. Update: This issue seems only happen when the update is triggered in the same device. When update is delivered...
More observation: * `observeQuery` relies on `observe` created stream * when cloud sync is enabled, `observe` receives two events from a single operation, take saving a new model - in...
Hi @niyonx thanks for opening this issue. Username and social login should be able to configured at the same time. Looking at the error logs you pasted, it contains `awsconfiguration.json`...
Thanks @niyonx . In what environment you are testing the App? Android emulator, physical Android device? Do you have Chrome installed? Could you also provide the `AndroidManifest.xml` file of your...
Thanks for the follow up @niyonx and I'm glad the social sign in is working. Will look into the exception thrown about `awsconfiguration.json`.
The exception seems caused by this issue https://github.com/aws-amplify/amplify-android/issues/1180 when configuring and using both user name login and social login.
@lawmicha any update on this issue please?
Closing this issue per above comment. Amplify re-configuration feature request is tracked here: https://github.com/aws-amplify/amplify-flutter/issues/1208 Please feel free to reopen if any follow ups are needed.
Hi @hanna-becker @8maxxam8 with the release of `@aws-amplify/cli` `10.5`, custom primary key feature becomes generally available. You can give it a try :) For an existing project, you may need...