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

Can you please extract the signatures of the admin classes into services so we can mock them to test our code Thank you

As far as I can tell, all IFirebaseServices are sealed and have internal constructors. This presents us with the challenge of how we can test code, which uses the FirebaseAdminSdk,...

Original PR: https://github.com/firebase/firebase-admin-dotnet/pull/72 #71 Configuration keys are missing on the actions machines so that had to handle exceptions. Google was not allowing me to submit other users commits so that...

restrict `Google.Api.Gax` and `Google.Api.Gax.Rest` to version `2.7.0`. fixes #264

I am wondering whether firebase firestore support for the .net sdk is coming any time soon. we're planning whether we could stick to .Net or go for javascript/python sdks instead.

type: feature request
api: firestore

Based on: https://github.com/firebase/snippets-node/pull/94 Depends on: #142 #143

RELEASE NOTE: Implemented a new `GetUserByProviderUidAsync()` API to retrieve user accounts by their provider IDs.

release-note