Skip to content

xhanix/GoogleApisForiOSComponents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin Components for Google APIs for iOS

Xamarin creates and maintains Xamarin.iOS bindings for the Google APIs for iOS Libraries, including:

Active Libraries

Package Id NuGet
Xamarin.Firebase.iOS.ABTesting 2.0.0.1
Xamarin.Firebase.iOS.AdMob 7.38.0.0
Xamarin.Firebase.iOS.Analytics 5.5.0.0
Xamarin.Firebase.iOS.Auth 5.0.4.1
Xamarin.Firebase.iOS.CloudFirestore 0.13.3.0
Xamarin.Firebase.iOS.CloudMessaging 3.1.2.0
Xamarin.Firebase.iOS.Core 5.2.0.0
Xamarin.Firebase.iOS.Crashlytics 3.10.3.1
Xamarin.Firebase.iOS.Database 5.0.3.0
Xamarin.Firebase.iOS.DynamicLinks 3.0.2.0
Xamarin.Firebase.iOS.InstanceID 3.4.0.0
Xamarin.Firebase.iOS.Invites 3.0.1.1
Xamarin.Firebase.iOS.MLKit 0.13.0.1
Xamarin.Firebase.iOS.MLKit.Common 0.13.0.0
Xamarin.Firebase.iOS.MLKit.ModelInterpreter 0.13.0.0
Xamarin.Firebase.iOS.PerformanceMonitoring 2.1.2.0
Xamarin.Firebase.iOS.RemoteConfig 3.0.1.0
Xamarin.Firebase.iOS.Storage 3.0.2.0
Xamarin.Google.iOS.Analytics 3.17.0.3
Xamarin.Google.iOS.AppIndexing 2.0.3.5
Xamarin.Google.iOS.Cast 4.3.2.0
Xamarin.Google.iOS.InstanceID 1.2.1.14
Xamarin.Google.iOS.Maps 3.0.3.0
Xamarin.Google.iOS.MobileAds 7.38.0.0
Xamarin.Google.iOS.Places 3.0.3.0
Xamarin.Google.iOS.PlayGames 5.1.1.10
Xamarin.Google.iOS.SignIn 4.2.0.0
Xamarin.Google.iOS.TagManager 7.1.1.0

Deprecated Libraries

Package Id NuGet
Xamarin.Google.iOS.AppInvite 1.0.2.4
Xamarin.Google.iOS.Core 3.1.0.1
Xamarin.Google.iOS.GoogleCloudMessaging 1.2.0.1
Xamarin.Firebase.iOS.CrashReporting 2.0.0.6

Firebase APIs for iOS current global version

Here's a table that shows in which global version is located each component of Firebase at this point of history:

Component Name Component Version Global Version
Firebase A/B Testing 2.0.0.1 5.8.1
Firebase AdMob 7.38.0.0 5.16.0
Firebase Analytics 5.5.0.0 5.16.0
Firebase Auth 5.0.4.1 5.8.1
Firebase Cloud Firestore 0.13.3.0 5.8.1
Firebase Cloud Messaging 3.1.2.0 5.8.1
Firebase Core 5.2.0.0 5.16.0
Firebase Database 5.0.3.0 5.8.1
Firebase Dynamic Links 3.0.2.0 5.8.1
Firebase Instance ID 3.4.0.0 5.16.0
Firebase Invites 3.0.1.1 5.8.1
Firebase MLKit 0.13.0.1 *5.13.0
Firebase MLKit Common 0.13.0.0 *5.13.0
Firebase MLKit Model Interpreter 0.13.0.0 *5.13.0
Firebase Performance Monitoring 2.1.2.0 5.8.1
Firebase RemoteConfig 3.0.1.0 5.8.1
Firebase Storage 3.0.2.0 5.8.1
Google Sign-In 4.2.0.0 5.8.1
Google Tag Manager 7.1.1.0 5.8.1

Building

Before building you will need to have CocoaPods installed on your OS X system.

The build script for this project uses Cake. To run the build, you can use the bootstrapper file for OS X:

Mac:

cd Firebase.Core
sh ../build.sh --target=libs

The bootstrapper script will automatically download Cake.exe and all the required tools and files into the ./tools/ folder.

The following targets can be specified:

  • libs builds the class library bindings (depends on externals)
  • externals downloads and builds the external dependencies
  • samples builds all of the samples (depends on libs)
  • nuget builds the nuget packages (depends on libs)
  • component builds the xamarin components (depends on samples and nuget)
  • clean cleans up everything

Working in Visual Studio

Before the .sln files will compile in Visual Studio, the external dependencies need to be downloaded. This can be done by running the build.sh or build.ps1 with the target externals. After the externals are setup, the .sln files should compile in an IDE.

License

The license for this repository is specified in License.md

Contribution Guidelines

You will need to complete a Contribution License Agreement before your pull request can be accepted. You can complete the CLA by going through the steps at https://cla2.dotnetfoundation.org/.

.NET Foundation

This project is part of the .NET Foundation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.1%
  • Ruby 1.9%
  • Other 2.0%