Hello,
Question : Frontend and backend are cloud run services with Ingress "Internal" only. For user authentication I am using firebase, but while authenticating user below url get called, and this url works only through internet. Is there any way, I can authenticate users using firebase with private connection. I want GCP resources should work/access withing GCP internal network. I am accessing application from GCP windows machine having private ip.
After little search few articles suggested "Serverless VPC access", but not able to find how this will work with this particular case.
Any help, article, or documentation will be appreciated. 🙂