Melody

Results 3 comments of Melody

By the way, our team is planning to add web platform to our current project. Does it mean the Datastore strategy should no longer be suitable for our flutter project?

If we use GraphQL for web part, does it mean we have to throw away all DataStore configuration for current iOS and Android?

```dart if (!Platform.isAndroid) { // userId will be set in _fetchAndSetUserId // then when Amplify.DataStore.start is called in handleSignedIn, it will use userId to sync data dataStore = AmplifyDataStore( modelProvider:...