bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
690 stars 146 forks source link

Facebook and Google authentication? #43

Open curiousdork opened 8 years ago

curiousdork commented 8 years ago

Is there a way I can use the facebook/google auth for Firebase? I want my app to auth against facebook or google (I don't use email/passwords at all). Any help?

sstorie commented 7 years ago

I'm planning to use Firebase to support a mobile application, but I'd like to integrate the authentication (whether it's Google/Facebook/whatever) into an ASP.NET Core web app as well. I've found a method to authenticating the API portion of the site using JWT, but I'm not sure how to handle the MVC pages.