Home > Software engineering >  Unable to do sign in with google ERROR Object: {"error":"popup_closed_by_user"}
Unable to do sign in with google ERROR Object: {"error":"popup_closed_by_user"}

Time:06-15

I am using angular and trying to sign in with google using the library : My angular version is 13. I have followed this blog enter image description here

It works perfect when i use the client id given in this blog. but when i use my own client id i am getting this error. Please help me on this.

Thank You !!!

CodePudding user response:

Try adding plugin_name and scope in GoogleLoginProvider

solution - screenshot

  • Related