firebase / firebase-admin-dotnet

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

feat(auth): Added Firebase Auth emulator support #295

Closed hiranya911 closed 3 years ago

hiranya911 commented 3 years ago

Merging the auth-emulator branch into main. Following Auth APIs now support running against the emulator suite:

RELEASE NOTE: FirebaseAuth and TenantManager APIs now support running against the Firebase emulator suite. Enable the emulator mode by setting the FIREBASE_AUTH_EMULATOR_HOST environment variable to point to the emulator Auth endpoint.