Перейти к файлу
SotoiGhost 76f5c948df
Fixed build samples order
2019-08-05 23:54:15 -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 Fixed NuGets path on samples 2019-07-12 19:36:11 -05:00
source Updates Firebase.PerformanceMonitoring to SDK 5.16.0 2019-08-01 10:33:44 -04:00
.gitignore Started ignoring externals folder and _._ file 2019-07-12 19:56:22 -05:00
License.md Updates for .NET Foundation. 2016-04-27 00:03:57 -04:00
Readme.md Updates Firebase.PerformanceMonitoring to SDK 5.16.0 2019-08-01 10:33:44 -04:00
Xamarin.Google.sln Renamed solutions, fixed minor errors 2019-07-09 18:31:43 -05:00
build.cake Fixed build samples order 2019-08-05 23:54:15 -05:00
build.ps1 Fixing syntax error with Copy-Item 2016-12-15 14:40:21 -05:00
build.sh Updated cake version 2018-08-14 00:03:25 -05:00
cake.packages.config Updated cake version 2018-08-14 00:03:25 -05:00
cgmanifest.json Updates Firebase.PerformanceMonitoring to SDK 5.16.0 2019-08-01 10:33:44 -04:00
common.cake The build script now matches with the new structure 2019-07-12 20:07:31 -05:00
components.cake Moved samples name to Artifact class 2019-08-05 19:12:59 -05:00
components.xml The build script now matches with the new structure 2019-07-12 20:07:31 -05:00
custom_externals_download.cake The build script now matches with the new structure 2019-07-12 20:07:31 -05:00
manifest.yaml [Firebase][MLKit][ModelInterpreter] Added components folder 2018-12-19 12:50:55 -06:00
poco.cake Moved samples name to Artifact class 2019-08-05 19:12:59 -05:00
publish.cake Moving iOS Google components over from private 2016-04-20 14:40:45 -04: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 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.2.2.0
Xamarin.Firebase.iOS.RemoteConfig 3.1.0.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.4.2.0
Xamarin.Google.iOS.InstanceID 1.2.1.14
Xamarin.Google.iOS.Maps 3.1.0.0
Xamarin.Google.iOS.MobileAds 7.38.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.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.2.2.0 5.16.0
Firebase RemoteConfig 3.1.0.0 5.16.0
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