Angular with Firebase part 42 of 70 - Adding multilocation update

preview_player
Показать описание
This Series is about building a full-stack Web Applications using Firebase with Angular2
We will build a CoursePlanner2 application and will address most of the issues when developing a real online web application.

To get the starter code from the video you can go to:

To get the code for each of the videos go to:

Notice each video will have a tag so you can see how the code progresses. You can get to the specific tag by writing:
git checkout tags/v0.01
And you can back to newest code (master) by writing:
git checkout master
More about this in the videos.

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

Nice tutorial.

can you describe the idea if the account has been created for admin and users and admin wants to give the task to the different users and when the user will be logged in so he can see his task provided by admin?

kumar-lrhm