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

Firebase Admin .NET SDK

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

I wrote some unit tests for my application but this mapping caused my test to fail. The message sent to FCM is in the correct mapping however. https://github.com/firebase/firebase-admin-dotnet/blob/e4f5a55aa3df7d6c943223f1dcfbb9e45324bc37/FirebaseAdmin/FirebaseAdmin/Messaging/AndroidConfig.cs#L103

type: bug
api: messaging

- Swapped to Github CLI to create release tag - `actions/checkout` v2 -> v4 - `actions/setup-dotnet` v1 -> v4 - Replaced set-output with GITHUB_OUTPUT

release:stage

Firebase Appcheck migrating and testing

Based on the work & review comments done in #143.

### [REQUIRED] Step 2: Describe your environment * Operating System version: not relevant * Firebase SDK version: 2.4.0 * Firebase Product: auth * .NET version: not relevant * OS: not...

api: auth

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

api: messaging

#### Environment * Operating System version: Windows (Azure instance) * Firebase SDK version: 2.3.0 * Firebase Product: FirebaseAdmin * .NET version: 3.1 (net core) #### Description of the problem: I'm...

needs-triage

We've received an email yesterday regarding deprecation of the legacy API for FCM. It links to [an FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) entry, which says to migrate usages of `SendMulticastAsync` to `SendEachForMulticastAsync`. I see...

api: messaging

I use `SubscribeToTopicAsync` method to add tokens to topic and sometimes get errors. Some of them are easy to understand (`registration-token-not-registered`), but sometimes I see undocumented `unknown-error`. I do not...

needs-triage