How could I use a custom Backend like Supabase? #453
Replies: 1 comment
-
Hi @Cherryrubim It's very cool that you want to implement a backend like Supabase! For that reason, could you join our Discord channel so we can discuss the details? In any case, as you said, you need to implement all the non-optional fields of those interfaces. Internally we have implemented those components using React Hooks:
Then you can use them in a custom app like in this example: Let me know if you need any help!! |
Beta Was this translation helpful? Give feedback.
-
I've been reading the documentation for custom backend, but I'm still unclear on how I could extend or replace the logic for the
DataSource
,StorageSource
, andAuthController
interfaces.I'll be grateful for any information or assistance provided. 🙏
Beta Was this translation helpful? Give feedback.
All reactions