Troubleshooting Firebase Authentication Setup

542 views
Skip to first unread message

Timothy Washington

unread,
Sep 7, 2016, 9:35:21 PM9/7/16
to fireba...@googlegroups.com
Hello, I'm just taking the Firebase Authentication service for a trial run. Having some initial Qs: 
  • Howto use the accountChooser ? 
  • Howto enable Twitter & Github access ? Ie, it's not clear to me, where we get the i) API key , ii) API secret, or iii) callback URL, for twitter, for example ? 
  • For the firebase-auth lib, from where do I get the correct apiKey and authDomain ? 

      var config = {
        apiKey: “<key-from-google-console>”, 
        authDomain: "<my-app>.firebaseapp.com
      };  

  • I got my current values from the Google API Manager Creds Dashboard. But when I try to “Sign i with Google” button, I get the error: 

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

Thanks
Tim 

Bassam

unread,
Sep 8, 2016, 5:00:46 PM9/8/16
to Firebase Google Group
Hey Timothy, regarding your questions:
1. accountChooser does not require any work on the developer end to work. It is basically a utility for save the user's accounts to minimize the need of typing the email on each login attempt.
3. To get your config, go to the firebase console, select your project, click Auth option in the left menu, and then click the WEB SETUP icon on the top right corner.
Reply all
Reply to author
Forward
0 new messages