Hey I am moving from firebase to appwrite and I want to know if there is a way to convert a document list to a a list of my specific class without having to loop through each result. I see a *nestedType *attribute in the *listDocuments *call, how do I use this? I saw no example of this in the docs.
could you link the place you read this?
I got the nested type attribute by reading through the SDK here: https://github.com/appwrite/sdk-for-android/blob/32e2c6e2e12a0202757ad63adb75e8d3054443e7/library/src/main/java/io/appwrite/services/Databases.kt#L33
Honestly, I am not sure how and if you can implement this. Going through the docs at https://appwrite.io/docs/client/databases?sdk=android-kotlin#databasesListDocuments, it seems like there is no option for nestedTypes
I might be wrong, so i guess wait for a developer to respond
Recommended threads
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...