supabase
supabase copied to clipboard
Supabase module for Nuxt.
### Version @nuxtjs/supabase:v1.0.2 nuxt: v3.4.3 ### Reproduction Link No link as I have downgraded the Supabase module down to 0.3.0 as per the tutorial I am following. ### Steps to...
Hello everyone, Using Supabase and Nuxt is smooth as butter thanks to this module. Thanks to all the teams for the wonderful work! 👍🏼 I am trying to implement a...
My page is showing elements based on "user" (like 'Sign in' button). Before upgrade to v1 it was working just fine. After upgrading I get 500 error on initial page...
Hi all, I’ve gone all in on Nuxt and Supabase. I’m in the process of porting my existing projects over, but I’m stuck on one key element: **Testing**. I’ve created...
When running the demo app locally, you need to fill the `SUPABAS_URL` and `SUPABASE_KEY` env variable in .env file, and create a table named `tasks` in the supabase project, but...
Hi, I try to build files for production by running "npm run build" command . Because I want to send SUPABASE_URL as env variable I don't have an .env file...
i update @nuxrt/supabase 1.0.1 it works fine in dev enviroment. but, when it deploy, page dosen't work like this also, i check `nuxt preview` terminal says, like this ``` [nuxt]...
I've read through the docs and it's not clear. For some reason, `onAuthStateChange` fires twice! This is problematic because once a user is authenticated, I want to fetch their profile...
from https://github.com/nuxt-modules/supabase/blob/main/src/module.ts both referenced issues are closed. this is really a chore. ``` // Transpile @supabase/go-true package only on client side // TODO: Remove when packages fixed with valid ESM...
I have several server middlewares. They are decoupled, so I'm calling `serverSupabaseUser(event)` several times. Is it safe to check `event.context._user`. Since it starts with a `_`, I assume it is...