rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
6k stars 486 forks source link

Rowy.io stuck on login via GitHub #837

Closed yaozhang-this closed 1 year ago

yaozhang-this commented 2 years ago

Describe the bug Rowy.io stuck on login via GitHub

After setting up the firebase connection via the recommended flow on the website, I can not log in to my account via my registered GitHub account and the frontend displays a "Continue with" string and does not lead me to anywhere.

The url of which I got stuck on is "https://rowy.app/auth?redirect=%2F"

Tried this in Firefox and same behavior is displayed.

To Reproduce

  1. Go through the registration flow in rowy, and log in
  2. Behavior emerged.

Desktop (please complete the following information):

notsidney commented 2 years ago

Hi, have you previously signed in with Google or Microsoft with the same email as your GitHub account?

We currently have an issue with the UI library we’re using for auth, firebaseui, not handling this use case anymore. Relevant issues:

Unfortunately there hasn’t been an update since February so we may have to build our own auth UI.

bofeiw commented 1 year ago

We have fixed this issue on rowy.app.

Chuiantw1212 commented 1 year ago

@bofeiw Hi, would you mind sharing your solutions? I have cloned the rowy source code and did a little research, could not figure out how you guy resolve it.

bofeiw commented 1 year ago

@Chuiantw1212 We have removed the Firebase UI on hosted rowy.app. The open source project remains untouched.