methods: {how do i get the user.Id to be a dynamic variable? I tried userSession and that doesnt wo
async updateToggleInSupabase(newValue: boolean) {
await supabase
.from('profiles')
.update({ lines_2s_3s: newValue })
.eq('id', 'aee43e79-ebf5-414b-8b80-f58e5df85edb');
},
await supabase
.from('profiles')
.update({ lines_2s_3s: newValue })
.eq('id', 'aee43e79-ebf5-414b-8b80-f58e5df85edb');
},
