firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
Firebase Admin .NET SDK
I have a WCF (Windows Communication Foundation) server. Recently, I tried to update the sending of notifications from a basic https request to Firebase Admin SDK. The code I'm using...
* Operating System version: Win 10 22H2 * Firebase SDK version: 2.4.0 * Firebase Product: Messaging * .NET version: Framework 4.7 `BatchResponse result = await messaging.SendMulticastAsync(message);` MulticastMessage has a List...
* Operating System version: 11 * Firebase SDK version: 2.4.0 * Firebase Product: Messaging * .NET version: 6 * OS: Windows Currently MulticastMessage does not support FcmOptions on the .Net...
I trying to send push notification through web APi .net core 7 where I have installed FirebaseAdmin Nuget packages version 2.4.0 and my configuration is ` // Get the current...
=>Facing issue while verifying Firebase token. => Created project in asp.net core (C#), Target framework .net 7.0 => Generate Docker image, able to run and generate token fine with localhost....
Hello, do you have an example, how we can extend http client factory to add multiple http message handlers and keep current implementation of google http client factory? In essence,...
I didn't post this to StackOverflow because I wanted a confident answer from someone on the development team. ### Describe your environment * Operating System version: Windows 11 * Firebase...
Modifying the `FirebaseMessaingClient.SendAsync` and adding new Version(2, 0) should allow HTTP/2 to be used. ``` ... var request = new HttpRequestMessage() { Version = new Version(2, 0), Method = HttpMethod.Post,...
## Feature Request: Add Email/Password Provider Configuration to Tenant ### Description I would like to request the addition of a feature in the FirebaseAdmin SDK for C# to allow adding...
I've run `dotnet list package --vulnerable --include-transitive` and got this output: ``` Użyto następujących źródeł: https://api.nuget.org/v3/index.json Projekt „Test.Consumer” ma następujące pakiety podatne na zagrożenia [net7.0]: Pakiet przechodni Rozpoznane Ważność Adres...