question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FR: add ability to communicate with Auth Emulator

See original GitHub issue

On the emulator documentation it states the the Node SDK can connect to the Firebase Authentication Emulator by using an environment variable - https://firebase.google.com/docs/emulator-suite/connect_auth

export FIREBASE_AUTH_EMULATOR_HOST="localhost:9099"

It would be great if this could also be supported in the Java SDK

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:14
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
7agustibmcommented, Jan 18, 2021
2reactions
yuchenshicommented, Feb 22, 2021

@dmitri-gb As you’ve observed, we’ve reached some conclusions regarding verifyIdToken and we’re now working on implementing consistent support across Admin SDKs. Namely, verifyIdToken will accept unsigned tokens if the environment variable is set and the emulator is running.

While we’re unable to provide ETAs, please rest assured we’re building on top of @7agustibm’s amazing work for network communications and we’ll release once we have ID token support as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connect your app to the Authentication Emulator - Firebase
In the Emulator Suite UI, click the Authentication tab. Click the Add user button. Follow the user account creation wizard, filling in the...
Read more >
Developers - FR: add ability to communicate with Auth Emulator -
FR : add ability to communicate with Auth Emulator. ... On the emulator documentation it states the the Node SDK can connect to...
Read more >
The Full Guide on how to use the Firebase Emulator ...
First, it will ask you to pick which emulators you want to use, in this guide, we'll cover Authentication, Firestore, and Cloud Functions,...
Read more >
Local Testing With the Firebase Emulator Suite | by Aziz
How to setup and start Firebase Emulators on your workstation; How to populate a copy of your test database or populate dummy data...
Read more >
Firebase Error "Auth Emulator does not validate JWTs"
Note that the emulator only supports signInWithCredential authentication for credentials retrieved from Google Sign-In, Apple, and other ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found