#custom dataprovider

1 messages · Page 1 of 1 (latest)

solar knot
#

@main hinge You don't need help with this?

main hinge
#

Yes, I do

#

How can I prepare custom data provider (appwrite) at backend and use it on refine project

solar knot
main hinge
#

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

solar knot
# main hinge Data provider is the services provider deals with authentication, data fetching ...

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

Build Refine apps with Appwrite and learn how to use our powerful backend to add authentication, user management, file storage, and more.

Refine provides a data provider for Appwrite, a backend as a service platform, to build CRUD applications.

main hinge
#

Thank you, let me check it

solar knot
solar knot
#

@main hinge Were you able to check that?