
Im trying to use Query.select and Query.equal queries in Appwrite Android SDK v 3.0.0
But getting nullpointer exception I also tried adding systemAttributes manually in a list for the Query.select.
But after adding the other attributes now I get exception that id attribute not found in schema
Recommended threads
- Storage permission issues with Ionic/Ang...
Hello, I use Ionic/Angular with Appwrite to run a PWA. I use Appwrite Auth, Database, Function and Storage, and everything runs fine. If I build an Androi...
- Error uploading PDF: [AppwriteException:...
here is the my code export const uploadPDF = async (pdf) => { try { console.log("Uploading file:", pdf); const file = pdf.assets[0]; console....
- firebase Realtime Database to Appwrite D...
Hello, is there anyone who has successfully migrated from Firebase Realtime Database to Appwrite? I got stuck on how to migrate my data from Firebase Rtdb to Ap...
