CrossGeeks / GoogleClientPlugin

Google Client Plugin for Xamarin iOS and Android
https://www.pujolsluis.com/google-client-plugin-for-xamarin/
MIT License
89 stars 37 forks source link

Data.data is returning null in android #7

Closed Yashshree closed 6 years ago

Yashshree commented 6 years ago

Hello , I have followed all steps . now my onActivityResult is getting called but if i see Data is not null but Data.data is null where i am expecting actual result. also CrossGoogleClient.Current.OnLogin is also not getting called. this issue is on android. Please help what i am doing wrong.

Yashshree commented 6 years ago

I am getting GoogleClientBaseException .

Pujolsluis commented 6 years ago

Hey @Yashshree ,

I'm glad you're looking forward to using the plugin on your project could you please attach the stacktrace, and fill out this template to better describe the context of the issue for us, so we can replicate it and understand what the problem could be:

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

Go to '...' Click on '....' Scroll down to '....' See error Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

OS: [e.g. iOS] Browser [e.g. chrome, safari] Version [e.g. 22] Smartphone (please complete the following information):

Device: [e.g. iPhone6] OS: [e.g. iOS8.1] Browser [e.g. stock browser, safari] Version [e.g. 22] Additional context Add any other context about the problem here.

Yashshree commented 6 years ago

Okay.. Problem solved. Forgot to enable google services in firebase.

Pujolsluis commented 6 years ago

Good Job! @Yashshree , I'm glad you got it to work hehe 😋 .