Overview In Part 1 of this series, I installed Bootstrap and Firebase into the tic-tac-toe app. Adding basic authentication with Firebase is straight forward. To add the login feature we will generate a new login component and a new authentication service. For additional reading, here is the Firebase documentation on the authentication service. Authentication Service … Continue reading Tic-Tac-Toe with Angular 6 and Firebase – Part 2 – Adding Login
Tag: projects
Tic-Tac-Toe with Angular 6 and Firebase – Part 1 – Setting Up The Project
Overview In this project I will develop a simple multiplayer tic-tac-toe game using Angular 6 and Google Firebase. I have played around quite a lot with both Angular and Firebase, but have never brought a project to completion and deployment. I plan to bring this to deployment, with some very simple features. A user that … Continue reading Tic-Tac-Toe with Angular 6 and Firebase – Part 1 – Setting Up The Project