GoogleClientPlugin
GoogleClientPlugin copied to clipboard
Google Client Plugin for Xamarin iOS and Android
I have a question, how can I make the users who log in with my app appear in my firestore, in the authorization section since this is necessary at the...
I've followed the documentation, created my firebase project & apps and have integrated the library into my app. The app signs in as expected on iOS, no complaints there. On...
**Describe the bug** When you use the google sign in with one google account, you won't allow you to use a different google account to sign in next time. Usually,...
I can successfully log into google using this plugin, i would like to sign out and make the device available to be signed in by other others. The first time...
Hi, I'm currently using v2.1.12 Visual Studio 2019 v16.8 Xamarin.iOS 14.4.1.3 XCode 12.2 I'm having some trouble compiling the iOS version of my project. I can compile **without any error**...
Hi! 👋🏻 I have read all the tutorials, passed all the steps and double checked everything, including dependencies. **I'm getting an error trying to start the app:** _An error occurred:...
/Users/rajeev/Desktop/huc_android_ios_app/App2/App2.iOS/MTOUCH: Error MT2101: Can't resolve the reference 'ObjCRuntime.TrampolineBlockBase', referenced from the method 'System.Void Google.SignIn.Authentication::GetTokens(Google.SignIn.AuthenticationHandler)' in 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'. (MT2101) (App2.iOS)
**Describe the bug** in AppDeletgate, I have read everything on internet and tried fixing all the things mentioned everywhere, but GoogleClientManager.Initialize() throws null ref. I am building on device and...
I've succesfully implemented Google sign-in thanks to this NuGet. The problem is when I want to modify the Firebase project rules so only authenticated users can access to the Cloud...