Sébastien Chopin
Sébastien Chopin
WDYT @farnabaz ?
Can you take a look at this @farnabaz ?
Added to the table, thanks @mwohlan
Not yet but shall be documented indeed @baixiaoyu2997
Add a note for experimental section to cover the bleeding edge features coming.
Indeed, what is the best way to keep the old naming and show a deprecation message to avoid a breaking change?
Could you check if the correct headers are sent to the API endpoint when deployed?
This might be the solution: https://v3.nuxtjs.org/getting-started/data-fetching#example-pass-client-headers-to-the-api Edit: not sure since it is for SSR…
You can use the `supabase.client` option in the `nuxt.config`: https://supabase.nuxtjs.org/get-started#client See the available options: https://github.com/supabase/supabase-js/blob/master/src/lib/types.ts You have `cookieOptions` or maybe try `localStorage`?
Sure, PR welcome @Lexpeartha !