Firebase Auth Web choosing incorrect Google OAuth Client ID
30 views
Skip to first unread message
Jacob
unread,
Dec 25, 2018, 3:13:10 AM12/25/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
I'm developing Firebase Auth integration into my app using the Web SDK. I'm configuring a development Firebase project when calling firebase.initializeApp, but for some reason signInWithRedirect to Google is choosing a production project OAuth Client ID, instead of the development project OAuth Client ID. In the Firebase Console, the Google sign in settings has the correct Web client ID under Web SDK Configuration. So why is Firebase choosing a different client ID? How do I fix that?