paug / android-makers-2022

Other
0 stars 5 forks source link

Google Login on website is not configured or not working #132

Closed HugoGresse closed 2 years ago

HugoGresse commented 2 years ago

Describe the bug hoverboard allow users to add talks to their own list, linked to their account on Firebase. The account used is Google, but for android-makers-2022, the configuration for Google is missing:

The error when calling Google identify toolkit is

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

I belive it is maybe jsut either the google login is not enable on the firebase project, or some misconfiguration.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://androidmakers.fr/schedule/2022-04-26?sessionId=SGC-3820&sessionId=DIA-1089
  2. Click on bookmark button
  3. Click on Sign in at the bottom right
  4. Error is displayed in dev console, login does not complet

Desktop (please complete the following information):

benju69 commented 2 years ago

Yep I know I activated the login this morning but My Schedule seems broken you can follow this issue https://github.com/gdg-x/hoverboard/issues/2364 Otherwise an alternate solution is to have a script like a 2020, to add sessions to google calendar, but now it's typescript, not javascript :s

HugoGresse commented 2 years ago

Erf, is seems on works on SunnyTech schedule : https://sunny-tech.io/schedule/ The fork update is from September 2021 though.

HugoGresse commented 2 years ago

I can take a look for AM and submit a PR if you want.

abraham commented 2 years ago

I think you need this change.

https://github.com/gdg-x/hoverboard/commit/a1541b1d5529f485b7c3e4315d3faa3dfd53492d#diff-1a8c8378553dfd6438608db25b054dd546669c2958d8952480d6304136411735

benju69 commented 2 years ago

Yes now it works :)