firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
Firebase Admin .NET SDK
Recently Firebase introduce support for [iOS Live Activity feature](https://firebase.google.com/docs/cloud-messaging/ios/live-activity) I tried to implement this with `CustomData` properties in `ApnsConfig` and `Aps` classes like this (used `3.1.0` version in Nuget): ```csharp...
### [READ] Step 1: Are you in the right place? * For issues related to __the code in this repository__ file a Github issue. * For general technical questions, post...
Updated default branch name to main If you have a local clone, you can update it by running the following commands: ``` git branch -m master main git fetch origin...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 7.0.0. Release notes Sourced from actions/download-artifact's releases. v7.0.0 v7 - What's new [!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Updated [Google.Api.Gax.Rest](https://github.com/googleapis/gax-dotnet) from 4.8.0 to 4.11.0. Release notes _Sourced from [Google.Api.Gax.Rest's releases](https://github.com/googleapis/gax-dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/googleapis/gax-dotnet/commits). Updated [Google.Apis.Auth](https://github.com/googleapis/google-api-dotnet-client) from 1.68.0 to...
Performed the following updates: - Updated Google.Api.Gax.Rest from 4.8.0 to 4.11.0 - Updated Google.Apis.Auth from 1.68.0 to 1.69.0 - Updated Google.Apis.Auth from 1.68.0 to 1.70.0 - Updated Microsoft.AspNetCore.Http from 2.2.2...
Any idea about how to format the message to make it compliant with Declarative Web Push? It only is a minor update to how messages should be formatted, but I...