Hi,
I am planning to build two web app projects on FF.
Many developers have advised me against using FF for web apps as it is mobile first but I am confident that I will be able to build robust web app in FF looking at the speed at which FF team is adding features and making FF apps faster. But I am still open to expert suggestions here.
My first project is regarding real estate and its management in the US. In this project there will be around 45 screens/pages. It has got a very large real estate dataset, around 4.5 million rows which has to be searched and user presented necessary information.
I need expert advice for this project regarding which data store should I use? Firebase/Firestore or Supabase?
My second project is a Job portal. This project will have around 94 screens/pages. Here also the data will grow as the app is used and more users join it. But here I am planning to use either Supabase or stand alone PostgreSQL.
Here the challenge for me is to fetch correct and relevant data for a candidate and show the data in such a way that most relevant data comes first and less relevant data comes last.
Here I will have to automatically match job requirements with candidate's profile and suggest probable openings.
There will be lots of emails getting sent by this web app to users. Am envisioning that at its peak there will be around 200,000 emails being sent per month.
As I am new on this platform. It would be great to have some sound advise as to how to proceed with these projects in FF.