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
5.94k stars 478 forks source link

Bug: Filter "is not empty" doesn't work as expected #1459

Closed janvi01 closed 8 months ago

janvi01 commented 10 months ago

Describe the bug While applying the filter "is not empty" on any column, either it just keeps loading or gives an error.

To Reproduce Steps to reproduce the behavior:

  1. Apply the filter "is not empty" operator inside the filter modal in any column of your table.

Expected behavior It should show the data according to the filter.

Screenshots

Screenshot 2023-11-01 at 4 40 15 PM Screenshot 2023-11-01 at 4 40 54 PM
janvi01 commented 10 months ago

@Chadha93 I would like to work on this.

MiirzaBaig commented 10 months ago

Can i work on this issue..? I hope i can provide minimalistic solution to it, upon further discussion...

Chadha93 commented 9 months ago

@Chadha93 I would like to work on this.

Hi @janvi01, sure feel free to make a PR, I can confirm this issue.

Chadha93 commented 9 months ago

@janvi01 Here is a more detailed log of the bug: {"name":"FirebaseError","message":"initializeFirestore() has already been called with different options. To avoid this error, call initializeFirestore() with the same options as when it was originally called, or call getFirestore() to return the already initialized instance.","stack":"FirebaseError: initializeFirestore() has already been called with different options. To avoid this error, call initializeFirestore() with the same options as when it was originally called, or call getFirestore() to return the already initialized instance.","code":"failed-precondition"}.

bofeiw commented 9 months ago

Potentially related to: https://github.com/rowyio/rowy/pull/1390 and https://github.com/rowyio/rowy/pull/1482

janvi01 commented 9 months ago

I have started working on this.

il3ven commented 9 months ago

I have started working on this.

@janvi01 Thanks for reporting this bug. I saw your comment after I opened a PR for this.

janvi01 commented 9 months ago

oh no problem @il3ven