-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexternal-issueto-triage
Description
Improve documentation
Link
Describe the problem
The docs for setting up Supabase for SvelteKit mentions to define the .env variables as VITE_PUBLIC_SUPABASE_URL and VITE_PUBLIC_SUPABASE_PUBLISHABLE_KEY but then accessing them from $env/static/public results in an issue due to the requirement of PUBLIC_ prefix
Describe the improvement
The .env variables, if they're safe to be exposed publicly should be renamed to:
PUBLIC_VITE_SUPABASE_URLPUBLIC_VITE_SUPABASE_PUBLISHABLE_KEY
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexternal-issueto-triage