That worked, thanks. So I now have project started:
Name: FirebaseAuth ID: firebaseauth-1146 Number: nnnnnnnnnnnn
Then I looked for the Credentials mentioned in the FB Google OAuth docs. Took a while with the new UI .. it was under API Manager. This give me access to all the fields FB mentions.
So I completed the configuration, using the URLs FB provides for Authorized JavaScript origins & Authorized redirect URIs. I also updated the FB Google entries to match.
I then tried
ref.authWithOAuthPopup("google", authHandler);
but I got an odd error. My Authorized redirect URIs was:
but the error shows
I really don't know what's up, but my guess the FB docs and the new Google console are the problem?
-- Owen
Here's the error text:
Error: redirect_uri_mismatch
Application: Backspaces FB Auth Test
You can email the developer of this application at: <my name>@
gmail.com
Learn more
Request Details
hl=en
scope= profile
response_type=code
state={"firebase":"backspaces","transport":"popup","v":"js-2.3.1"}
That’s all we know.