Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Identity Toolkit returns CONFIGURATION_NOT_FOUND

I'm trying to Build Google+ Sign In On Android Device using Google Identity Toolkit , I followed the Quick Start Guide on https://developers.google.com/identity/toolkit/android/ , but I'm repeatedly getting the following error.

"error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "CONFIGURATION_NOT_FOUND" } ], "code": 400, "message": "CONFIGURATION_NOT_FOUND" } }

Anyone can help me?

like image 522
Surya Avatar asked Oct 03 '15 15:10

Surya


1 Answers

May be you are using firebase email/password authentication service or some other authentication service provided by firebase and haven't enabled it yet from the firebase console Authentication tab.

I have resolved this sort of issue in that way.

enter image description here

like image 83
Kasunaz Avatar answered Sep 19 '22 20:09

Kasunaz