Firebase authentication with angular 9 Part 2 | Firebase angular tutorial

preview_player
Показать описание
Firebase authentication with angular 9 Part 2 and Firebase angular tutorial.

All Firebase Tutorials

2- Angular 9 CRUD with Firebase and Firestore Database part 2 ---

Firebase Tutorials Playlist:

Please Subscribes:

Interview Crackers is one of the most visited YouTube channels if you want to learn HTML5, , CSS, Sass, CMS (WordPress, Drupal, Magento), AngularJS, angular 4 , angular 5, angular 6 , angular 7, angular 8 and more design topics. Up Tutorials explore how to fix a major problem in learning technologies.

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

Excellent video! It would be good if you can demonstrate sessions and cookies, because when I want to retrieve data from firebase after refreshing page, it disappears.

dr.x
Автор

at 17:13

constructor(private afu: AngularFireAuth, private router: Router) {
=>{
this.authState = auth;
}))

why I get this error when: import { auth } from 'firebase';
Module has no exported member 'auth'. Did you mean to use 'import auth from instead?

randomclip
Автор

hi, thanks for the code, it was really helpful. However, i do wanted to ask you whether it is possible to add role-based authentication from this code? If so, then how can I do it?

adibzikri
Автор

Hi, Thanks for the tips. i am a beginner and since yersterday i faced a problem. can you please tell me How did you resolve the error on .then in register()? I am getting "Property 'then' does not exist on type void" error. Thanks

EventSport
Автор

I didn't know how to get informations about user. Your tutorial helped me a lot <3

mateuszobrzut
Автор

got an error in register.ts
18:40
"then" is highlighted as red . In your case later it solve but in my case it still giving an error
please some one solve why em getting

arslanghaffar
Автор

I am a beginner. How did you resolve the error on .then in register()? I am getting "Property 'then' does not exist on type void" error.

samanthaleonard
Автор

got an error in register.ts
18:40
"then" is highlighted as red . In your case later it solve but in my case it still giving an error

arslanghaffar
Автор

What file can I change as error messages?

jd-code
Автор

Hi, Your explanation was awesome. I followed all your steps but, the user data is not updating into my firebase. sign-in is enabled.

sameersameer
Автор

bro your video is very informative. please be loud in the video. else wise your video is ausmnnnn

TheLegendaryBiker
Автор

You helped me a lot, thank you for that!!

matheuseli
Автор

hi my google login is not working, users are not automatical adding to the list, what is the reason

DineshJayasiri
Автор

18:40 it should be return before this.firebaseauth

arslanghaffar