[DataStore] Observe and ObserveQuery do not include nested data for items synced over the network on Android #943
Labels
Android
Issues specific to the Android Platform
bug
Something is not working; the issue has reproducible steps and has been reproduced
datastore
Issues related to the DataStore Category
requires-android-fix
This issue is the result of an underlying Amplify Android issue that needs to be fixed.
Describe the bug
The item included in the subscription event from the observe() API does not include nested belongsTo data when the item is synced over the network on Android.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Nested data for belongsTo relationships should be included in the item emitted from Observe()
Platform
Amplify Flutter current supports iOS and Android. This issue is reproducible in (check all that apply):
[x] Android
[] iOS
Additional context
This was already fixed for the Query() API in this PR. A similar change may be needed for Observe().The text was updated successfully, but these errors were encountered: