firebase-admin-dotnet icon indicating copy to clipboard operation
firebase-admin-dotnet copied to clipboard

Firebase Admin .NET SDK

Results 89 firebase-admin-dotnet issues
Sort by recently updated
recently updated
newest added

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...

help wanted
type: feature request
api: storage

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....

help wanted
api: appcheck

### [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:...

api: auth

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...

needs-triage

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...

help wanted
type: feature request
api: messaging

### [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 *...

type: bug
api: messaging

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...

api: messaging

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...

type: feature request
api: auth

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...

needs-triage