I'm treating it as a package at this point. Explaining that would make the video pretty lengthy. I did go though it to see how he has solved the SSR issue and also why weakMap is used. I had to use an AI to explain it to me.
I think I’ve covered the second part of preventing API key from showing on client side on the SvelteKit tutorial series. Let me find the exact video and get back to you.
@@WebJeda i mean using supabase SSR you have to return the client from the server side to the client side by +layout.ts , so you can use the realtime in the client , but like this the supabase anon key will be available in public (I know its a public key and that's why they made RLS easy to use but it's much better if users can't get this key)
You always pop us around the holidays with really concise useful things for Svelte. Thank you for all your videos.
Happy holidays! That’s when I’m mostly free :)
Very nice and clear explanation, thanks
Thank you
really helpful, thanks!!
Great video. Keep it up!!
Can you please make a revamp or updated sveltekit course.
Absolutely! You will get an update.
@@WebJeda thanks for considering can't wait
Cool, would have liked it if you actually covered what is happening in Rich's script! I'll figure it out, though.
I'm treating it as a package at this point. Explaining that would make the video pretty lengthy.
I did go though it to see how he has solved the SSR issue and also why weakMap is used. I had to use an AI to explain it to me.
o nice icons, what extension are you using?
Material icons
please ,make a video about supabase real time + sveltekit , but using SSR client to prevent showing the API key
I think I’ve covered the second part of preventing API key from showing on client side on the SvelteKit tutorial series. Let me find the exact video and get back to you.
@@WebJeda i mean using supabase SSR you have to return the client from the server side to the client side by +layout.ts , so you can use the realtime in the client , but like this the supabase anon key will be available in public (I know its a public key and that's why they made RLS easy to use but it's much better if users can't get this key)