Google-Login-Xamarin-Forms icon indicating copy to clipboard operation
Google-Login-Xamarin-Forms copied to clipboard

Login with Google API from Xamarin.Android app

Results 5 Google-Login-Xamarin-Forms issues
Sort by recently updated
recently updated
newest added

Salam , I have issue with Google Login after login i try back to app but iv the Error `"Error: redirect_uri_mismatch"` . how back to app **redirectUrl** .

if possible please provide us with new method for google signin with firebase

PM> Install-Package Plugin.Google -Version 1.0.1 Attempting to gather dependency information for package 'Plugin.Google.1.0.1' with respect to project 'App.Droid', targeting 'MonoAndroid,Version=v7.0' Attempting to resolve dependencies for package 'Plugin.Google.1.0.1' with DependencyBehavior 'Lowest'...

After google policy update - iOS example not works - error 403 - disallowed_useragent "This user-agent is not permitted to make an OAuth authorization request to Google as it is...

PropertyChanged in GoogleViewModel.cs is returning null, and and app is crashing ``` protected virtual void OnPropertyChanged([CallerMemberName] string propertyName = null) { PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName)); } ``` Any solution to this...