Type safe Supabase client building off of the basic example
I used the example app for getting started with Supabase and Start and everything is working fine for the most part except when I want to pass the
Can anyone tell me how to type the following function correctly please
when I was passing the types it was like so
Any help appreciated!
Database type to the create client code. I get errors on all of my queries despite them being correct and working as to be expected.Can anyone tell me how to type the following function correctly please
when I was passing the types it was like so
createServerClient<Database> so perhaps this is the bit that is incorrect.Any help appreciated!