Click here to Skip to main content
15,893,722 members
Articles / AngularJs / Angular8

Securing a Website Using Firebase, Angular 8 and ASP.NET Core 3.1

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
24 Jan 2021CPOL12 min read 8.7K   14  
This article will show you how to create an ASP.NET Core web API project and secure it using Google's Firebase authentication service with an Angular front end.
This article will show you how to create an ASP.NET Core web API project and secure it using Google's Firebase authentication service with an Angular front end. We will create protected API endpoints that will allow users access after authenticating through Firebase. In our Angular front end, we will use Firebase as the login mechanism and protect certain routes from un-authenticated users.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
Software developer in Nashville, TN(USA).

Comments and Discussions