Перейти к файлу
SotoiGhost 4b829fea02
Fixed logic bug
2019-09-28 00:52:44 -05:00
docs Moved docs to new location 2019-06-27 13:57:45 -05:00
icons [Firebase][MLKit][ModelInterpreter] Split from Firebase.MLKit 2018-12-19 12:49:15 -06:00
samples [Firebases][PerformanceMonitoring] Updated to v3.1.1 (Firebase v6.5.0) 2019-09-27 23:43:55 -05:00
source [Firebase][Core] Removed commented code 2019-09-27 23:43:55 -05:00
.gitignore Changed the build process 2019-08-26 01:13:34 -05:00
License.md Updates for .NET Foundation. 2016-04-27 00:03:57 -04:00
Readme.md [Firebases][PerformanceMonitoring] Updated to v3.1.1 (Firebase v6.5.0) 2019-09-27 23:43:55 -05:00
Xamarin.Google.sln [Firebases][PerformanceMonitoring] Updated to v3.1.1 (Firebase v6.5.0) 2019-09-27 23:43:55 -05:00
azure-pipelines.yml we can't build ios on windows... 2019-09-19 00:58:29 +02:00
build.cake Fixing build process after merge 2019-09-27 23:43:55 -05:00
cgmanifest.json [Firebases][PerformanceMonitoring] Updated to v3.1.1 (Firebase v6.5.0) 2019-09-27 23:43:55 -05:00
common.cake Enhanced podfile creation 2019-09-28 00:17:14 -05:00
components.cake Enhanced podfile creation 2019-09-28 00:17:14 -05:00
custom_externals_download.cake [Firebase][Core] Updated to version 6.1.0 (Firebase v6.5.0) 2019-09-27 23:43:51 -05:00
manifest.yaml [Firebase][MLKit][ModelInterpreter] Added components folder 2018-12-19 12:50:55 -06:00
poco.cake Fixed logic bug 2019-09-28 00:52:44 -05:00
update.cake Added MLKit to poco.cake 2019-01-22 20:49:58 -06:00

Readme.md

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 3.0.0.0
Xamarin.Firebase.iOS.AdMob 7.47.0.0
Xamarin.Firebase.iOS.Analytics 6.0.4.0
Xamarin.Firebase.iOS.Auth 6.2.1.0
Xamarin.Firebase.iOS.CloudFirestore 1.4.2.0
Xamarin.Firebase.iOS.CloudMessaging 4.1.1.0
Xamarin.Firebase.iOS.Core 6.1.0.0
Xamarin.Firebase.iOS.Crashlytics 3.10.3.1
Xamarin.Firebase.iOS.Database 6.0.0.0
Xamarin.Firebase.iOS.DynamicLinks 4.0.1.0
Xamarin.Firebase.iOS.InstanceID 3.4.0.0
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 3.1.1.0
Xamarin.Firebase.iOS.RemoteConfig 4.2.1.0
Xamarin.Firebase.iOS.Storage 3.4.0.0
Xamarin.Google.iOS.Analytics 3.17.0.3
Xamarin.Google.iOS.AppIndexing 2.0.3.5
Xamarin.Google.iOS.Cast 4.4.2.0
Xamarin.Google.iOS.InstanceID 1.2.1.14
Xamarin.Google.iOS.Maps 3.1.0.0
Xamarin.Google.iOS.MobileAds 7.47.0.0
Xamarin.Google.iOS.Places 3.1.0.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.Firebase.iOS.CrashReporting 2.0.0.6
Xamarin.Firebase.iOS.Invites 3.0.1.1
Xamarin.Google.iOS.AppInvite 1.0.2.4
Xamarin.Google.iOS.Core 3.1.0.1
Xamarin.Google.iOS.GoogleCloudMessaging 1.2.0.1

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 3.0.0.0 6.5.0
Firebase AdMob 7.47.0.0 6.5.0
Firebase Analytics 6.0.4.0 6.5.0
Firebase Auth 6.2.1.0 6.5.0
Firebase Cloud Firestore 1.4.2.0 6.5.0
Firebase Cloud Messaging 4.1.1.0 6.5.0
Firebase Core 6.1.0.0 6.5.0
Firebase Database 6.0.0.0 6.5.0
Firebase Dynamic Links 4.0.1.0 6.5.0
Firebase Instance ID 4.2.1.0 6.5.0
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 3.1.1.0 6.5.0
Firebase RemoteConfig 4.2.1.0 6.5.0
Firebase Storage 3.4.0.0 6.5.0
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