JhonDoe3366
JhonDoe3366

Reputation: 3

Firebase Auth google provider invalid_request

I'm getting a weird error when trying to use the google auth provider, it throws invalid_request

const googleLogin = new firebase.auth.GoogleAuthProvider()
googleLogin.addScope('profile')
googleLogin.addScope('email')

const login = provider => cb => auth.signInWithPopup(provider)

Microsoft is not working either.

Upvotes: 0

Views: 226

Answers (1)

andresmijares
andresmijares

Reputation: 3744

Make sure you set the Support Email, you can go to Project Overview -> Permissions -> General.

I'm not sure about Microsoft, probably you can share some code.

Upvotes: 1

Related Questions