firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
Firebase Admin .NET SDK
firebase-admin-dotnet does not support Cloud Storage yet. I'd like to contribute for it. The simple specifications are as follows: * Need new class to handle Cloud Storage. Its name is...
Is it posible to add App check support? I urgently needed AppCheck and had to write everything myself. So i can just create pr and implement that step by step....
### [REQUIRED] Step 2: Describe your environment * Operating System version: Windows 11 * Firebase SDK version: 2.3.0 * Firebase Product: Auth * .NET version: .NET Core 3.1 * OS:...
message = new MulticastMessage() { Tokens = registrationTokens, Notification = new FirebaseAdmin.Messaging.Notification() { Body = body, Title = title }, Data = new Dictionary() { {"title", title}, {"body", body}, }.Concat(dix).ToDictionary(x...
Following the instructions to include "direct_boot_ok" : true in the message request body: https://firebase.google.com/docs/cloud-messaging/send-message#c_3 Some packages such as Python Admin SDK have a direct boot parameter: https://firebase.google.com/docs/reference/admin/python/firebase_admin.messaging However, is the...
### [REQUIRED] Step 2: Describe your environment * Operating System version:Build 19045.3930 * Firebase SDK version: 2.4.0 * Firebase Product: FirebaseAdmin Nuget Package .NET 2.4.0 * .NET version: 8.0.200 *...
Sending notifications using C# with Nuget package "FirebaseAdmin" version 2.4.0 doesn't work. ERROR: Invalid value at 'message.android.notification.event_time'. Our currently working FirebaseAdmin version is 1.1.4 and that is using the legacy...
Hi, The MultiFactor property is missing in the .NET (and Java) implementation of UserRecord. Other implementations like Go, Python, and Node already have it. While we wait for it to...
We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important A README is essential for users to understand your package's purpose and functionality...