Jamil Saadeh
Jamil Saadeh
I think that offline first capabilities is best when it comes to querying and syncing data to the cloud. I'm using DataStore extensively and I must say, it's great but,...
Hi @fjnoyp , yes creating a new user works. I think for long term applications, this will cause issues since an application can be installed and uninstalled on the same...
Hi @abdallahshaban557 thank you for the info! I saw your comment on how to "unidentify" a user when signing out, to stop receiving notifications, by passing an empty string as...
Thank you @abdallahshaban557 , waiting for your answer!
Hi @abdallahshaban557, the identifyUser function of Analytics and Notifications doesn't accept null as parameter for the userId (nor for the UserProfile): ```dart Future identifyUser({required String userId, required UserProfile userProfile}) ```
Hi @fjnoyp , thank you for this. Do you think that it's gonna be a fast fix or it might be more complex?
I have also that problem with go_router 7.1.1 This is a critical issue for me since my pages are heavy with network requests and list views. Is something being done...
Hi @yamsergey thank you! I tried your workaround and yes the main page no longer rebuilds but the new SizedBox will get rebuilt at any navigation. I think we need...
Hi @Andrious thank you so much for this suggestion. I can confirm that your solution works for me. But I don't know if this will produce any negative side effects...
Hi @Jordan-Nelson , This is my amplifyconfiguration.dart: ```json { "UserAgent": "aws-amplify-cli/2.0", "Version": "1.0", "analytics": { "plugins": { "awsPinpointAnalyticsPlugin": { "pinpointAnalytics": { "appId": "xxx", "region": "us-east-1" }, "pinpointTargeting": { "region": "us-east-1"...