Firebase Auth Tutorial #5 - Creating New Users

preview_player
Показать описание
Hey gang, in this Firebase auth tutorial I'll explain how we can sign new users up using a Firebase method called createUserWithEmailAndPassword.

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

+ Firestore Playlist -

+ Materialize Playlist -

🤑🤑 Donate


🎓🎓 Find me on Udemy

Рекомендации по теме
Комментарии
Автор

This was such a helpful series! Thank you. Better than a course I paid money to take and had to quit 2/3 of the way through. You went through every step - and your explanations were clear - thanks again!

gene.sewell
Автор

This series is just what I was looking for. As always, great stuff. Thanks Net Ninja.

jakeycakester
Автор

Besides, that you are a really great tutor - it is super great that you use vanilla js because most of the tut's out there are using some kind of framework or at least npm great job thanks!!

urbaniv
Автор

I have just been concerned about you not uploading the series, but now you are back here:)

Cho
Автор

Sr. I've been 3 days crawling the internet including youtube, looking for very detailed answers, and you just earned another subscriber, you are the real Firebase Ninja.. slash ! slash!!! nobody like you ! Amen!

Rolanditou
Автор

I learned from this series that I can select the <input id="signup-email"> like "signupForm['signup-email']". It's new to me. And I can empty the input field with the "reset()" method. Wow! Many thanks!!!!

Cho
Автор

Same here, Its always so hard to get good tuts nowadays, especially ones that are proper English Thanks

killcutethings
Автор

tutorial as always awesome! Many thanks Net Ninja!

kenprk
Автор

You are amazing! I love your videos and your channel.

erengeridonmez
Автор

thanks a lot! this tutorial is very helpful!

johnsonlin
Автор

bhai bhai bhai(bro bro bro)... Thank you very much!! brother... after 3 days of research and tutorials.. finally your idea solved my issue... reallly thanksss a lott.. love from india! Subscribing right now! Thanks again _/\_

sampritchaurasiya
Автор

unbelievable. what an amazing tutorial

ino
Автор

To those having "firebase auth/operation-not-allowed" error, just enable the Email/Password under the Authentication in Firebase Console

dominiclapitan
Автор

Hi - Your tutorials are amazing but was wondering if you can help me with the auth section as i manage to get the return of the email and pw but when creating the auth.createUserWithEmailAndPassword(email, password).then(cred => {
console.log(cred);
})


I have problems and the data is not accepted???

dbppostproduction
Автор

Hi Ninja, thanks for your excellent tutorials, I have one worry about create User... In order to create a user you need the API key, however, having this key allow you to create an endless amount of users, Google solution to prevent that is to allow only some domains along the API key. However, if you do that you will block the real time database feature of firestore to all the validated users on different domains that maybe. Is there something I did not catch there ?

DuneKraftwerk
Автор

@8:53 so how would one populate the displayName field?

beberage
Автор

i spent 5 hours trying to add it without success since i can't check if it exists without editing it so i hope this helps

craftlofer
Автор

HI im trying to follow the code but when i try to use AuthResult the class cannot recognize that word why is this happening?, i follow all the video step b step

dajurino
Автор

why can you select the form ID with the property accessor square brackets, even though ID is an attribute and not property?

therichardchannel
Автор

5:18 - Uncaught TypeError: Cannot read property 'addEventListener' of null

frostxgg