The screenshots look to me like half smart spreadsheet, half automagic admin ui on steroids. And I mean this positively, that's really rather impressive looking.
Nocodb is great, however I think it doesn't support Firestore. We are build on the GCP/Firebase stack and deeply aim to solve for all the pain points of Google Cloud ecosystem.
BaseRow in my understanding is a no-code database very similar to Airtable, however we are building a low-code platform which shows your Firestore database in an Airtable-like experience. Which means no limitations that comes with a no-code platform like scalability, not synced to your production apps, limited storage, and inability to control access at a granular level, feature limitations.
With Rowy, you can not just view your Firestore data in Airtable-like UI but also build cloud functions, connect to any third party tool, use NPMs and APIs right in the browser without the hassle of CLIs, terminals or native consoles.
What scale have you tested the UI at? Do you have any demo / benchmarks for over 1M rows for example?
Reading through the infinite scrolling PR [1] it looks like scrolling isn’t virtualized (like Airtable’s) so the browser will start choking when it has too many elements in the DOM.
Hey, I’m one of the engineers working on Rowy. We use react-data-grid [1], which has built-in support for virtualized lists rendering. They have demo of a table with 1000 rows and the scrolling stays smooth [2]
Hey, thanks for clarifying but what is appealing there is that you can use Postgres for backend and it would work with that. You have very focused solution on Google environment.