Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Mar 31, 2023
2 parents 4659d86 + 804d0ce commit ae2646e
Show file tree
Hide file tree
Showing 20 changed files with 91 additions and 194 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a wrapper library around the native Android and iOS Firebase Xamarin SDK
| [Auth](https://firebase.google.com/docs/auth) | [Plugin.Firebase.Auth](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/auth.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.auth.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.Firebase.Auth/) |
| [Facebook Auth](https://developers.facebook.com/docs/facebook-login/) | [Plugin.Firebase.Auth.Facebook](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/auth_facebook.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.auth.facebook.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.Firebase.Auth.Facebook/) |
| [Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) | [Plugin.Firebase.CloudMessaging](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/cloud_messaging.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.cloudmessaging.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.Firebase.CloudMessaging/)
| [Crashlytics](https://firebase.google.com/docs/crashlytics) | [Plugin.Firebase.CloudMessaging](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/crashlytics.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.crashlytics.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.Firebase.Crashlytics/)
| [Crashlytics](https://firebase.google.com/docs/crashlytics) | [Plugin.Firebase.Crashlytics](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/crashlytics.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.crashlytics.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.Firebase.Crashlytics/)
| [Dynamic Links](https://firebase.google.com/docs/dynamic-links) | [Plugin.Firebase.DynamicLinks](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/dynamic_links.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.dynamiclinks.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.jirebase.DynamicLinks/)
| [Firestore](https://firebase.google.com/docs/firestore) | [Plugin.Firebase.Firestore](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/firestore.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.firestore.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.Firebase.Firestore/)
| [Cloud Functions](https://firebase.google.com/docs/functions) | [Plugin.Firebase.Functions](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/development/docs/functions.md) | [![NuGet](https://img.shields.io/nuget/v/plugin.firebase.functions.svg?maxAge=86400&style=flat)](https://www.nuget.org/packages/Plugin.Firebase.Functions/)
Expand Down
8 changes: 1 addition & 7 deletions src/Analytics/Analytics.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios</TargetFrameworks>
<UseMaui>true</UseMaui>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios</TargetFrameworks>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>

Expand All @@ -11,9 +10,6 @@
<RootNamespace>Plugin.Firebase.Analytics</RootNamespace>

<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>2.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0</AssemblyFileVersion>
<Version>2.0.0</Version>
<NeutralLanguage>en</NeutralLanguage>

<!--Don't auto add files for me, I will tell you -->
Expand All @@ -24,7 +20,6 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Analytics</PackageId>
<PackageVersion>2.0.0</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down Expand Up @@ -54,7 +49,6 @@
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>pdbonly</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 2 additions & 7 deletions src/Auth.Facebook/Auth.Facebook.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios</TargetFrameworks>
<UseMaui>true</UseMaui>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios</TargetFrameworks>
<UseMauiEssentials>true</UseMauiEssentials>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>

Expand All @@ -11,9 +11,6 @@
<RootNamespace>Plugin.Firebase.Auth.Facebook</RootNamespace>

<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>2.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0</AssemblyFileVersion>
<Version>2.0.0</Version>
<NeutralLanguage>en</NeutralLanguage>

<!--Don't auto add files for me, I will tell you -->
Expand All @@ -24,7 +21,6 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Auth.Facebook</PackageId>
<PackageVersion>2.0.0</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down Expand Up @@ -54,7 +50,6 @@
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>pdbonly</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Android.App;
using Android.Content;
using Firebase.Auth;
using Microsoft.Maui.ApplicationModel;
using Plugin.Firebase.Core;
using Plugin.Firebase.Auth.Facebook.Platforms.Android;
using Plugin.Firebase.Auth.Platforms.Android.Extensions;
Expand Down
9 changes: 2 additions & 7 deletions src/Auth/Auth.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios</TargetFrameworks>
<UseMaui>true</UseMaui>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios</TargetFrameworks>
<UseMauiEssentials>true</UseMauiEssentials>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>

Expand All @@ -11,9 +11,6 @@
<RootNamespace>Plugin.Firebase.Auth</RootNamespace>

<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>2.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0</AssemblyFileVersion>
<Version>2.0.0</Version>
<NeutralLanguage>en</NeutralLanguage>

<!--Don't auto add files for me, I will tell you -->
Expand All @@ -24,7 +21,6 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Auth</PackageId>
<PackageVersion>2.0.0</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down Expand Up @@ -54,7 +50,6 @@
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>pdbonly</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/Platforms/Android/FirebaseAuthImplementation.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Android.App;
using Android.Content;
using Android.Gms.Extensions;
using AndroidX.Fragment.App;
using Firebase.Auth;
using Microsoft.Maui.ApplicationModel;
using Plugin.Firebase.Auth.Platforms.Android.Email;
using Plugin.Firebase.Auth.Platforms.Android.Google;
using Plugin.Firebase.Auth.Platforms.Android.PhoneNumber;
Expand Down
4 changes: 2 additions & 2 deletions src/Auth/Platforms/iOS/FirebaseAuthImplementation.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using Firebase.Auth;
using Foundation;
using Google.SignIn;
using Microsoft.Maui.Authentication;
using Microsoft.Maui.Devices;
using Plugin.Firebase.Auth.Platforms.iOS.Email;
using Plugin.Firebase.Auth.Platforms.iOS.Extensions;
using Plugin.Firebase.Auth.Platforms.iOS.Google;
using Plugin.Firebase.Auth.Platforms.iOS.PhoneNumber;
using Plugin.Firebase.Core;
using Plugin.Firebase.Core.Exceptions;
using UIKit;
using FirebaseAuth = Firebase.Auth.Auth;
using Task = System.Threading.Tasks.Task;
using CrossActionCodeSettings = Plugin.Firebase.Auth.ActionCodeSettings;
Expand Down
8 changes: 1 addition & 7 deletions src/Bundled/Bundled.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios</TargetFrameworks>
<UseMaui>true</UseMaui>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios</TargetFrameworks>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>

Expand All @@ -11,9 +10,6 @@
<RootNamespace>Plugin.Firebase</RootNamespace>

<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>2.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0</AssemblyFileVersion>
<Version>2.0.0</Version>
<NeutralLanguage>en</NeutralLanguage>

<!--Don't auto add files for me, I will tell you -->
Expand All @@ -24,7 +20,6 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase</PackageId>
<PackageVersion>2.0.0</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down Expand Up @@ -54,7 +49,6 @@
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>pdbonly</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 1 addition & 7 deletions src/CloudMessaging/CloudMessaging.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios</TargetFrameworks>
<UseMaui>true</UseMaui>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios</TargetFrameworks>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>

Expand All @@ -11,9 +10,6 @@
<RootNamespace>Plugin.Firebase.CloudMessaging</RootNamespace>

<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>2.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0</AssemblyFileVersion>
<Version>2.0.0</Version>
<NeutralLanguage>en</NeutralLanguage>

<!--Don't auto add files for me, I will tell you -->
Expand All @@ -24,7 +20,6 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.CloudMessaging</PackageId>
<PackageVersion>2.0.0</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down Expand Up @@ -54,7 +49,6 @@
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>pdbonly</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit ae2646e

Please sign in to comment.