While trying to using android sdk firebase-auth:9.0.2 to allow user to auth with email and password.
FirebaseAuth.signInWithCredential(EmailAuthCredential) is not working,
because China has blocked the *.google.com and *.googleapis.com.
I try to use a workaround to this issue by get my auth-token by posting email/password
to my own proxy server to do the auth part for me.
But the firebase sdk will check strictly about the auth endpoint.
Is there a way to make the sdk can work with proxy ?
Thanks,
Jeff Huang