Angular 2 & Firebase App [Part 4] - Firebase Authentication

preview_player
Показать описание
In this video we will create the Firebase login, logout, authentication functionality so that we can view the property listings

CODE FOR THIS PART:

SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH:

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

The way you explain things, it becomes sooo fun to learn!!!
Be well

Reminder; I'm waiting for the part 10, mean stack series

raymondmichael
Автор

Muchas gracias Brad! Estoy siguiendo tus cursos en Eduonix y Udemy ! Saludos desde Perú y sigue así!

jlanfrancos
Автор

Great video! Firebase is perfect for many of us who need a way to persist data. Can you show us the best way to protect our API Key for when we push work to Github

jesse
Автор

thanks for the videos : in my console log does not show the data why ?
i see something like this
Angular is running in the development mode. Call enableProdMode() to enable the production mode.
listings.component.ts:17
[]
length: 0
__proto__: Array(0)

SiyamandRashid
Автор

Great Tutorial. It have made me started with web development.
What do you recommend instead of using *ngIf ? it puts logic in the view.
Isn't there a way to update the view from the component?

arimeidan
Автор

step on 4:35. Doing async is not working .Why ? what should i do to use async pipe? By the way, I am doing angular 4 latest version.

ashizhamal
Автор

Now we need to use import { AngularFireAuth } from 'angularfire2/auth';

mayankk
Автор

I have been following his tutorial but until the login authentication. Like the code he shows is different from the angular fire2 docs on GitHub. And I can't get it to work. I need help

renosuke
Автор

Great tutorial!
Can you make one with email and password confirmation?? Please!

Thanks man!

highondive
Автор

What if you wanted to implement password too? Is the setup in the module.ts for default actions? can you still call .login({email, password})? thanks! Great series!

CerebralDad
Автор

Hmm my console.log(listings) shows data but when I do the *ngFor it just shows 1 empty box :( and I don't have any errors.

DrSarge
Автор

auth.js:101 is deprecated. Please use the providerId field instead.

How can I solve it?

alexandrecsu
Автор

Could you do this with Vuejs 2 & Firebase App? Thank you Brad!

oguzakankan
Автор

is there any option of changing the login scenario. I want to be able to login using different email account.

colokoto
Автор

Project working until now using Firebase2 v4.1.1
But one thing weird for sure the way he declared local public properties in constructors in firebase service and navbvar and then he was able to use those properties outside of constructor. It didn't work for me, I stored in a class declared public var and then it worked!!

Thanks for the hard work
Any errors until here please post, we will try to figure out

pukka
Автор

why did you put $ in front of key property.

AamirMajeedKhan
Автор

at Point 04:42, when I click on login, it shows the popup and permission is granted to allow proplisting, but it does not display the login page. When i checked the console, here is the information i got. Pleas how can i fixed this:

is deprecated. Please use the providerId field instead

davidmukoro
Автор

To import the FlashMessageService I used this form: import { FlashMessagesService } from
beacuse it is form: import { FlashMessagesService } from 'angular2-flash-messages'; did not work for me.

Thank you for sharing this course.

migmartin
Автор

How to redirect to a main page after logout ?

fatim
Автор

hi, i can't fetch data in listings page but i can retrieve it in the console!!

brahimkraiem