Forebird.CloudMessages implementálása

This commit is contained in:
2025-05-14 21:56:33 +02:00
parent 9ffbcd87f2
commit 7efd090b86
2 changed files with 31 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "39344328297",
"project_id": "com-nuvolar-wfcapp",
"storage_bucket": "com-nuvolar-wfcapp.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:39344328297:android:76fa7423c4e14b5ed99cf8",
"android_client_info": {
"package_name": "com.nuvolar.wfcapp"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBQrxSo2C6-kBxmFp5a1s_Pn6oDipHzVJk"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}
@@ -83,6 +83,8 @@
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Plugin.Firebase.Auth" Version="3.1.1" />
<PackageReference Include="Plugin.Firebase.CloudMessaging" Version="3.1.2" />
<PackageReference Include="Serilog" Version="4.2.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />