@Drick You don't need help with this?
Yes, I do
How can I prepare custom data provider (appwrite) at backend and use it on refine project
What do you mean by data provider?
Data provider is the services provider deals with authentication, data fetching etc., in refine
Thus I want to know how can I manually customize the typescript file with logic and methods from appwrite inorder to connect with refine project
Because I don't want the food default settings and routes which comes with refine from CLI
The default settings comes with this CLI command, npm i @refinedev/appwrite
I'm not sure as I have not used refine before, but seems you can use an adaption of the default web SDK with refine without needing to adapt it? https://appwrite.io/docs/quick-starts/refine https://refine.dev/docs/data/packages/appwrite/#installation
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...