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

chore: FirebaseAuth unit test refactor #231

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

We have quite a bit of code duplication in our current unit tests, and a lot of unnecessary abstraction. I'm cleaning this up a bit before proceeding to the next stages of the multi-tenancy implementation.