Skip to content Skip to sidebar Skip to footer

I Receive An "firebasesimplelogin: An Unknown Error Occurred" In Firebase When I Try To Log In With Twitter

Yesterday, I discovered Firebase and started to use it. I deployed an edited version (I just changed the CSS) of the chat app provided by Firebase, Everything went OK until I added

Solution 1:

I found the solution thanks to @RobDiMarco.

The error was occuring due to an incorrect copy of Twitter API ID and API Secret into my Firebase Forge. I just needed to copy these and then paste it here.

Solution 2:

The terminology is very confusing in Firebase Simple Login documentation. Firebase requires three things:

  • Twitter App ID (used in the client call), which is the "API key" from API keys tab in your Twitter application settings page
  • Twitter Consumer Key (entered into Firebase Forge), which is also the "API key"
  • Twitter Consumer Secret (entered into Firebase Forge), which is the "API secret" from the same tab

Post a Comment for "I Receive An "firebasesimplelogin: An Unknown Error Occurred" In Firebase When I Try To Log In With Twitter"