GoogleClientPlugin icon indicating copy to clipboard operation
GoogleClientPlugin copied to clipboard

Google Client Plugin for Xamarin iOS and Android

Google Client Plugin for Xamarin iOS and Android

Build Status

Cross platform plugin for handling Google authentication.

Setup

  • Available on Nuget: https://www.nuget.org/packages/Plugin.GoogleClient NuGet Pre Release
  • Install into your .NETStandard project and Client projects.
  • Create your Google Firebase Console Platform application.
  • Follow the Android and iOS guides
  • Check out Getting Started

Platform Support

Platform Version
Xamarin.iOS iOS 8+
Xamarin.Android API 15+

API Usage

Call CrossGoogleClient.Current from any project to gain access to API.

Features

  • Authentication

Documentation

Here you will find detailed documentation on setting up and using the Google Client Plugin for Xamarin

  • Google Firebase Console Setup
  • Android Setup
  • iOS Setup

Google Client Sample Application

  • Google Client Sample App

References

Contributors