Andreas
Andreas

Reputation: 4013

Use of Firebase Admin SDK in firebase-database-dotnet

I used firebase-database-dotnet in my .net client application with great success. Unfortunately it does not support the new Firebase Admin SDK and the use of app-secrets is unfortunately deprecated.

https://firebase.google.com/docs/admin/setup

does someone know how to use Firebase Admin SDK with firebase-database-dotnet? Thank you

firebase-database-dotnet https://github.com/step-up-labs/firebase-database-dotnet

Upvotes: 1

Views: 1922

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598775

firebaser here

There currently is no Firebase Admin SDK for .NET.

We occasionally (but not frequently) get this request. I suggest you file a feature request to add your vote.

Upvotes: 1

Related Questions