Im trying to add meilisearch to my project, according to the Sync with Meilisearch function template, i need appwrite collection and appwrite database variables... my project runs with multiple databases and each database with multiple collections (obviously), its possible to sync all the databases and all collections instead creating multiple functions for each database/collections? each database has at least 7 collections i want to add to meilisearch, and i have atm 25 databases that means 175 functions atm, every user has its own database with its own collections (all collections are the same within databases)
Recommended threads
- Problems scheduling function execution f...
I am trying to schedule a function execution from a different function. The following is my code that is supposed to schedule the function call. ```dart final s...
- Creating functions for FCM Token based M...
I have previously setup cloud run functions on my firebase project, which im looking to migrate to appwrite. I need help on getting started, and getting me thro...
- Issue with account.get() – "type 'Null' ...
Hey everyone, I'm running a self-hosted Appwrite instance and using the Appwrite Flutter SDK. When calling account.get(), I get the following error: "type 'Nul...