Hui Zhao

Results 254 comments of Hui Zhao

Hi @xingzhan1 thanks for the request. If you could more information about the use cases that would be very helpful for use to understand the scope. > supporting remote logging...

Thanks for all the details @xingzhan1 ! While we are looking into your feedback, here are some my personal experiences with some use cases that are similar to your description....

>but I cannot run with DataStore anymore if I add multi auth to amplifyconfiguration.dart We've identified the cause for this one due to [a lack of support for this kind...

@MarlonJD take a look at `lib/models` you should be able to find * `DepartmentTeachers` * `DepartmentStudents` Look into this file, you should be able to find `modelSchemaDefinition.authRules` please paste the...

Hello @Sunsiha Thanks for reporting this issue. >Then am not able to signin only. Tried to catch the exception using toast/alert messages Can you elaborate on this one a bit...

>This am not getting any response or AmplifyException also. Do you mean `await Amplify.Auth.signIn` call never resolves? @Sunsiha Do sign in and sign out still work in the old version?

Sorry the information you provided so far doesn't really help me to help you triaging this issue. 1. Please provide dependencies information following the command listed in [this issue report...

[Uninstall App won't clear credentials that are stored in device keychain](https://docs.amplify.aws/lib/info/app-uninstall/q/platform/ios/). If the App bundle id remains the same, it looks up the existing credentials. This could be a cause....

I tested this scenario - 1. Setup an Amplify App with userpool 1 2. Signed up a user and signed in, left the user signed in and then uninstalled the...

Hi @Sunsiha I tested again with release build today on a physical device. **Test 1:** 1. Build App with userpool 1 config, install and sign in 2. Uninstall the App...