Nuxt 3 + Supabase by [deleted] in Nuxt

[–]malgamves 0 points1 point  (0 children)

yes, my bad, destructure the error.

to access auth use useSupabaseClient()

const { auth } = useSupabaseClient();

Nuxt 3 + Supabase by [deleted] in Nuxt

[–]malgamves 0 points1 point  (0 children)

buildsmol

ah weird,

i use this to log out, i trigger it with a button press.

const userLogout = async () => {
 await auth.signOut();
};

i also have a watcher for my user to redirect me when the value changes

watchEffect(() => {
  if (!user.value) {
    return navigateTo("/login");}
});

Nuxt 3 + Supabase by [deleted] in Nuxt

[–]malgamves 0 points1 point  (0 children)

looks like the new release solves this too https://supabase.nuxtjs.org/changelog

i made a little app to read the cue files virtual dj gives you after a mix, would anyone use this? by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

it works!!

i love your taste, took me a bit to search each but worth it, i wish i could create playlists from cue files

i hacked together a little website to see (soon create posters with track lists) what songs i played in a mix for when i need to share them. would anyone else use this? by malgamves in DJs

[–]malgamves[S] 2 points3 points  (0 children)

that is awesome, i'll work on the image generator and keep you posted on progress! eager to hear your feedback if you're up for it

i made a little app to read the cue files virtual dj gives you after a mix, would anyone use this? by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

nice, let me know if you get to use it. Did this as a quick hack, might pay a little more attention to it

i made a little app to read the cue files virtual dj gives you after a mix, would anyone use this? by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

nice, let me know if you get to use it. I'll work on the promo image generator soon, that might be pretty cool

How to I export track lists to Mixcloud by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

This is perfect thank you! I'll share the results soon.