firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
357 stars 129 forks source link

App Check support #332

Open dmitry-bym opened 1 year ago

dmitry-bym commented 1 year ago

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. My company needs this, but since I do it anyway, it would be nice to do it for everyone

google-oss-bot commented 1 year ago

I found a few problems with this issue:

lahirumaramba commented 1 year ago

Hey @dmitry-bym we do not have any immediate plans to add App Check support to the .NET SDK. However, we would be glad to review any PRs if you would like to contribute to the codebase. You can also find the required steps to verify an App Check token on this blog post (see under "Verifying App Check tokens in other backend resources"). Thank you!