firebase / firebase-admin-dotnet

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

feat(auth): Added DeleteProviderConfigAsync() API #214

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

Implemented API for deleting auth provider configurations. This completes the IdP configuration management implementation. Integration tests will be added in a future PR.