Thanks to firebase v 3.9.0, my social OAuth is working great in my ionic app. I have one little change I\'d like to make. When prompted to login, it says \"Sign in to cont
This is what worked for me:
authDomain: "insertyourdomainnamehere.com"
The error lead me to https://console.cloud.google.com/apis/credentials (Google Cloud Platform > APIs & Services > Credentials).
https://insertyourdomainnamehere.com/__/auth/handler
.Then it should work! It should now say "Sign in to continue to yourdomain.com."