Xamarin.Forms Firebase Authentication With Google - firebase

I've successfully implemented the Firebase Auth with Email and Password, but I'm getting a hard time implementing the Authentication with Google, Facebook, or Twitter.
I've searched for days and couldn't find a single hint on how to do this in Xamarin Forms.
Any help is appreciated.
I'm using the NuGet Xamarin.Firebase.Auth

Related

How to implement Login with Google through Firebase within a .NET MAUI application

I am developing a .NET MAUI app for use on iOS, Android, and Windows devices.
In general, I have found that the documentation on Firebase to be lacking when integrating within any .NET application. In particular, given the quick rise of .NET Maui's popularity, I don't see any advice with regard to allowing my MAUI app to add Firebase authentication via Login with Google or Facebook. Maybe the documentation hasn't caught up yet?
Here is a screenshot the the project settings in my Firebase project.
Do I need to configure an Android app and then an iOS here for Google login?
If there is anyone who has accomplished this for .NET MAUI and could provide some guidance, I'd be all ears.
I am currently following a Xamarin tutorial here: https://www.youtube.com/watch?v=NYMCrD9klA0

Discourse SSO with firebase auth on mobile

I have an app that uses firebase authentication. And I would like to build a forums section in my app using the discourse api’s. Is there a solution that would work? I’d like for a user to automatically login the discourse side (after built into the app) when using firebase auth in my existing app.
TYIA

Authinticate Azure api app using facebook, gmail, twitter and microsoft

I have an azure api app, i want to use facebook, twitter, google and microsoftaccount for authentication, what i have seen all points to AAD. I have setup all the configuration in the portal because of the nice documentation. Now im struggling to implement it in my webclient and xamarin forms. I have been searching all day long.. Can someone point out to an example. thanks.
If I were starting such an app today, I'd definitely consider Azure AD B2C - the documentation page has a number of tutorials.
Azure Active Directory B2C
In lieu of that,or ASP.NET MVC have you seen:
Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)
For ASP.NET Core:
Enabling authentication using Facebook, Google and other external providers
For Xamarin Auth:
https://components.xamarin.com/gettingstarted/xamarin.auth

Google+ authentication with asp.net identity 2.0.0

I want to implement the asp.net identity 2.0 with a project that I'm working with. This identity system enables logging in with third party login providers such as Facebook, Twitter, Google etc... However it seems that Google has closed registration to new OpenID 2.0 clients as of May 19, 2014. It's an attempt to force developers to use the new Google+ authentication system.
Any idea if the asp.net identity 2.0 system has been upgraded to use the new Google+ authentication system? Any tips would be appreciated.....
Thank you in advance
Follow the article here on how you could update your app and the Google middleware for the new changes made for Google OAuth.
http://blogs.msdn.com/b/webdev/archive/2014/07/02/changes-to-google-oauth-2-0-and-updates-in-google-middleware-for-3-0-0-rc-release.aspx
This is directly related to the Google middleware and does not affect Identity per say.

Is there any library for OAuth registration on .NET?

everybody:) I need to implement OAuth registration on my project, but I don't have a time to learn whole protocol, and write low-level code. Is there any library for .NET that can make it easier? I wanna make OAuth registration for Facebook and some not so famous portals. Thanks for any help!
The ASP.NET MVC4 project templates include user registration using OAuth authentication servers out-of-the-box for Facebook, Google, Twitter.
Aside from that, you can try looking at DotNetOpenAuth

Resources