Good video, just a side note, it's an "email verification" and not varification :)
@imheretosleep2 жыл бұрын
where did you use the sendEmailForVerification method?
@allchill34709 ай бұрын
i tried checking if my api can be accessible through inspect and upon going to network tab and when i reload the login page it shows the api key get request in like this ?apiKey=...the rest of my api key, another one is getProjectsConfig?key=...myapi key. with a request method OPTIONS. Is this safe?
@tobethebest Жыл бұрын
You have a big secuity problem in your code! we can access to dashborad even if we are not signed in ! you must use gard and block access for no sign in users !
@abubakrnawaz23502 жыл бұрын
Keep it up Bro.
@srikanthambaldhage22682 жыл бұрын
Thankyou very much brother
@abubakrnawaz23502 жыл бұрын
Please Make a video on how to change passwords through forms
@CodeLogicByPrajyot2 жыл бұрын
Actually if you complete this video then you will be able to do that. I missed to shoot demo for changing password. But coding part is covered
@velrajavelraja7663 Жыл бұрын
Bro how to use Custom error message instead of Alert box
@juliaof.kataleko7595 Жыл бұрын
search sweet alert.
@velrajavelraja7663 Жыл бұрын
@@juliaof.kataleko7595 thank you so much brother 🙏
@adarshhadli38632 жыл бұрын
Brother can you share full source code this entire video series.
@CodeLogicByPrajyot2 жыл бұрын
You can contact us on our Instagram id : instagram.com/_codelogic_?igshid=YmMyMTA2M2Y=
@prashantpatil88702 жыл бұрын
bro where is the logout logic/html?
@trustyourself8672 жыл бұрын
Bro how to add fireauth in angular
@CodeLogicByPrajyot2 жыл бұрын
Plz watch videos from start of the playlist
@trustyourself8672 жыл бұрын
@@CodeLogicByPrajyot ok bro..i like your response..some channel no response... Keep it top bro
@martinmelody92322 жыл бұрын
for anyone watching and not having their verification email being sent this has been working for me. // Send Email Verification SendVerficationEmail(user: any){ this._fireAuth.currentUser.then(u => u?.sendEmailVerification()) .then(() =>{ this._router.navigate(['/verifyEmail']); }, (err: any) =>{ alert('Something Went Wrong. Not able to send mail to registered Email.'); }) }
@mysuccessword2 жыл бұрын
Hay man, thanks for this! It saves my day. Great job, keep it up
@prachikate5452 жыл бұрын
Thanks a lot Martin 🙌
@Jlectar7 ай бұрын
you re a OG, it works!!
@hamidaniel66902 жыл бұрын
helo brother the send email verification is not working i tried several times
@hamidaniel66902 жыл бұрын
please answer
@tobethebest Жыл бұрын
@@hamidaniel6690 here the correction method sendEmailForVerification(){ this.fireauth.currentUser .then((u: any) => u.sendEmailVerification()) .then(() => { this.router.navigate(['/verify-email']); }); }
@johnohnitv.martinez29902 жыл бұрын
sendEmailVerification() property does not exist
@CodeLogicByPrajyot2 жыл бұрын
It exists on user.
@aestheticguy62362 жыл бұрын
From where to import user cause I can't get it
@adarshhadli38632 жыл бұрын
hello brother i have send message on insta so please reply me
@CodeLogicByPrajyot2 жыл бұрын
Sent you a link
@bonton5081 Жыл бұрын
hello someone can help me with the send email verification is not working ? @hamidaniel6690