Gonzalo Martin

Results 38 comments of Gonzalo Martin

Ok, I've created a new issue https://github.com/xamarin/monodroid-samples/issues/226 to update this sample and see if that solves the problem

Please, file this issue in Xamarin.Forms repo: https://github.com/xamarin/xamarin-forms-samples Thanks

@phoenix214 We have a potential fix for this issue. For use Firebase service, you must to init it before. To do this, try to add the following line in the...

Nice! @phoenix214 Please, could you test it on your end and notify us if everything is ok? Thanks

A Service is like an Activity but without UI. You can implement there whatever you want: access/update database, execute a request, display a notification. A Service does not run in...

I'm not sure what are you referencing. The samples shows how a service is executed in foreground (you can see a notification en notification area). When you start a service,...

Related sample: https://github.com/xamarin/monodroid-samples/tree/fb9d4ed266bdf68bb1f9fa9933130b285712ec82/google-services/SigninQuickstart

https://github.com/xamarin/monodroid-samples/issues/187

Could you provide the link to sample, please? Thanks

It's working. We'll update some samples shortly. You can try to run the sample from this branch: https://github.com/xamarin/monodroid-samples/tree/support-26.1.0/google-services/Location/BasicLocationSample Thanks