Skip to content

Conversation

floppydisken
Copy link
Contributor

@floppydisken floppydisken commented Mar 16, 2021

Adds support for Firebase Authentication Emulator.
Heavily inspired by the Java version https://github.com/firebase/firebase-admin-java/pull/510/files

I really don't know the scope of adding emulation support for all features but I thought Authentication would be a start (and I need it for my project).

@google-cla
Copy link

google-cla bot commented Mar 16, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@hiranya911
Copy link
Contributor

Thanks @floppydisken for the PR. Can you please address the CLA issue and test failures reported by GitHub Actions? We can take a look then.

@floppydisken
Copy link
Contributor Author

@googlebot I signed it!

@floppydisken
Copy link
Contributor Author

floppydisken commented Mar 18, 2021

Thanks @floppydisken for the PR. Can you please address the CLA issue and test failures reported by GitHub Actions? We can take a look then.

Tests are now passing. However, I haven't done any tests against the emulator. Do you guys recommend an approach for doing so?