SvelteKit Authentication Tutorial | Firebase Auth

preview_player
Показать описание
Authentication is crucial for nearly every application. It can also be incredibly difficult to create a good authentication solution. This is where firebase comes in. Firebase makes it incredibly easy to create a secure authentication solution, and in this video I will be showing you how to setup firebase auth with SvelteKit.

#sveltekit #javascript #firebase

🔗 Resources

🔥 Get More Content - Subscribe and click le notification bell to stay tuned for all the fun & exciting tutorials to come!

📚 Chapters

00:00 Introduction
00:30 Auth Demo
02:32 Init SvelteKit
03:29 Init Firebase
06:10 Implement Auth

🔖 Topics Covered

- SvelteKit Auth
- Firebase Auth
- Full Stack Security
- SvelteKit & Firebase
Рекомендации по теме
Комментарии
Автор

This is honestly the clearest walkthrough of firebase+sveltekit I’ve seen so far! Amazing stuff

Would like a user data management course too, your explanations are so clear

CouchBit
Автор

Thank you so much man, i was struggling with auth in svelte for weeks. Please do more sveltekit and firebase content, maybe with firestore.

CodeEnthusiast
Автор

What I like you the most it is how structured and organized is your code

j.villasmil
Автор

Great tutorial! I appreciate you leaving in the little mistakes and watching how you debug them - and got a laugh out of you calling yourself a muppet.

Noonzyism
Автор

Great tutorial! Every other sveltekit auth tutorial is using supabase. Looking forward to a firestore video. Subscribed!

paterfamilias
Автор

You can use PUBLIC or SECRET for the env variables and then you don't need to use the import.meta.env part, you can directly import them with import {PUBLIC___ } from '$env/static/public' for example. Be careful, secret env keys can't be loaded in client side code.

eml
Автор

New to firebase thanks alot sir!!! Done subscribe hoping for more svelte and firebase content

mikejohneviota
Автор

Thanks for the good content
One question: What VS code extension are you using for the auto import?

martinloeffler
Автор

You are the best, i am french, i love your tutos

kevinnaudy
Автор

Thanks man, great tutorial! You didn't use setPersistence, inMemoryPersistence right ?

JPJZQ
Автор

Hey James, thanks for this - got me a great place with firebase + sveltekit. I've since been struggling to get user data in server files - have you any idea? I have been trying hooks but not getting far.
Keep up the content you're smashing it
Andrew

andrewlongman
Автор

Fantastic tutorial. Learned a whole bunch of stuff in the first 10 minutes that I struggled with for a week

jkibble
Автор

Great Tutorial!!!!
Thank you so much :) I was struggling with the reloading and getting the auth state and you did great on that.

DennisKrcek
Автор

Is that checks with getApps and deleteApp when initializing firebaseApp really necessary?

RisalFajar
Автор

Dude the Firebase config can be shared publicly, all of those are public keys.

otockian
Автор

By the way, what if there is admin user who can create other users and he needs to watch a table with all de users and with another fields like name or DNI?

j.villasmil
Автор

good video, do you have a video with the google provider auth?

nat.serrano
Автор

Great tutorial, James in depth concise very informative best practices the whole nine yards, spot on. Also having a look at your crud node firebase-admin topnotch keep up the great work you are doing

stevekelly
Автор

Thank you, it was exactly what I need! 🙂

hrvoje_bartolin
Автор

17:15 why don't have unsubscribe() when compoment destroyed

fegreat
visit shbcf.ru