[auth] Emulators secure connection #8325
Unanswered
theggarcez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, sorry if this has been asked, i searched couldn't find it.
i wanted to use the firebase emulators, that i am currently using in a docker container with nginx as proxy to make the connection secure, everything works at this layer.
Currently i am connecting to
auth emulator
like so:this works fine, i wanted to try a secure connection, because i am currently setting this in
android.manifest
:useAuthEmulator
currently accepts two parameters,String host, int port
i tried this but it complains about the
https
so i am wondering if its possible to use secure connection with
useAuthEmulator
i couldnt find anything related in the docs, so thats why i am asking.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions