How to handle account registrations with Firebase and ASP.NET Identity
So im currently building a large scale project and had a question about Authentication with Firebase while using ASP.NET Identity
Someone on here already gave me a code snippet that configures my Authentication to use Firebase to check the session, but now I have a question about how i would handle user registrations and logins to for example create a login history entry or simply create a user in my database
1 Reply
:SCfeet: