Xamarin creates and maintains Xamarin.iOS bindings for the Google APIs for iOS Libraries, including:
Active Libraries
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 |
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 |
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 onexternals
)externals
downloads and builds the external dependenciessamples
builds all of the samples (depends onlibs
)nuget
builds the nuget packages (depends onlibs
)component
builds the xamarin components (depends onsamples
andnuget
)clean
cleans up everything
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.
The license for this repository is specified in License.md
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/.
This project is part of the .NET Foundation