firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
Firebase Admin .NET SDK
The current implementation uses the local culture to generate the `event_time` timestamp. If the local culture uses a non-US date format, the Firebase service will respond with an error code....
### [REQUIRED] Step 2: Describe your environment * Operating System version: Windows 11 * Firebase SDK version: 2.3.0 * Firebase Product: Messaging * .NET version: 6 * OS: Windows ###...
As I can see in this [page](https://firebase.google.com/docs/admin/setup) there is no support for the real-time database, as long as other features. I'm using a third-party [repo](https://github.com/ziyasal/FireSharp) to use the real-time database...
### [READ] Step 1: Are you in the right place? * I like to send a "data message" throw this nuget (no notification), so the "onMessageReceived" method was call on...
The phone number provider is removed by default if set to null, it doesn't allow you to remove other providers e.g. google or facebook. I have exposed the providers deletion...
I have seen a pull request which has the changes but those are not publicly available https://github.com/firebase/firebase-admin-dotnet/pull/232
### [REQUIRED] Step 2: Describe your environment * Operating System version: Windows 10 Enterprise * Firebase SDK version: 2.3.0 * Firebase Product: Firebase Cloud Messaging * .NET version: 6.0 *...
If trying to send push notification using this sdk then notification is being received on device but clicking on notification is not working. But, If directly sending the request to...
Hello. In the GoogleApi repository, an implementation of `Google.Apis.Http.IHttpClientFactory` using `Microsoft.Extensions.Http.IHttpMessageHandlerFactory` is presented. https://github.com/googleapis/google-api-dotnet-client/issues/1756 https://github.com/googleapis/google-api-dotnet-client/blob/bfc9090dc2fae5b06a654328c4da7bc6b05b66f1/Src/Support/IntegrationTests/HttpClientFromMessageHandlerFactoryTests.cs#L38 To apply this method to Firebase as well, change the type of the `AppOptions.HttpClientFactory` property...