svelte-supabase icon indicating copy to clipboard operation
svelte-supabase copied to clipboard

Results 8 svelte-supabase issues
Sort by recently updated
recently updated
newest added

npx apply supabase-community/svelte-supabase , aftre running this command getting the below error. X [ERROR] Could not resolve "apply" ../../../../Users/../AppData/Local/Temp/presets/svelte-supabase/preset.js:1:30: 1 │ import { Preset, color } from 'apply' ╵ ~~~~~~~...

Build failed with 1 error: ../../../AppData/Local/Temp/presets/svelte-supabase/preset.js:1:30: ERROR: Could not resolve "apply"

# Kindly upgrade it for supabase-js v2 The latest version, **supabase-js-v2**, introduces several enhancements, bug fixes, and new syntaxes that can improve the overall functionality and developer experience. This migration...

enhancement

# Feature request ## Describe the solution you'd like When applying the `supabase-community/svelte-supabase` svelte add, it should be able to identify whether the project is using JS or TS, and...

enhancement

Use [supabase auth helpers](https://github.com/supabase-community/auth-helpers/blob/main/packages/sveltekit/README.md)

`PS C:\Users\Desktop\Programmering\sveltekit-skeleton> npx apply supabase-community/svelte-supabase Need to install the following packages: apply Ok to proceed? (y) y npm WARN deprecated [email protected]: Debug versions >=3.2.0 =4

This template applies supabase as a devDependency is that correct?

Hi, hoping you can help I am having trouble with this dependency. I have installed in on a clean sveltkit installation and get the following errors ``` 500 __api is...