I use it as a personal assistant application. I use several tools; for the front end, I start with FlutterFlow. For the back-end, I use two other tools: Firebase and Supabase. Firebase handles the database and some application logic through Firebase Functions. Security is also managed through Firebase. However, for the really large dataset, I use Supabase, which is essentially the Postgres version in the cloud. It's great for organizing frequently accessed data like customer information or the latest updates, which wouldn't be ideal for the main Firebase datastore.
FlutterFlow is more focused on mobile app development rather than website development. With it, I can create mobile apps for various purposes. For example, I can use it to build an app for onboarding customers, where I collect their ID details, verify them, and then create a lead or offer personalized services. It is more about creating engaging and functional mobile experiences rather than traditional website development.
Low-Code Development Platforms empower organizations to create applications rapidly by reducing the need for traditional coding. These platforms streamline development processes and enable more accessible software creation.Low-Code Development Platforms are changing how applications are built by allowing developers to use visual interfaces that bypass extensive coding requirements. They enable fast deployment and customization, responding adeptly to shifting business needs. Embracing low-code...
Currently, I am using Flutter to make a dashboard.
I use it as a personal assistant application. I use several tools; for the front end, I start with FlutterFlow. For the back-end, I use two other tools: Firebase and Supabase. Firebase handles the database and some application logic through Firebase Functions. Security is also managed through Firebase. However, for the really large dataset, I use Supabase, which is essentially the Postgres version in the cloud. It's great for organizing frequently accessed data like customer information or the latest updates, which wouldn't be ideal for the main Firebase datastore.
FlutterFlow is more focused on mobile app development rather than website development. With it, I can create mobile apps for various purposes. For example, I can use it to build an app for onboarding customers, where I collect their ID details, verify them, and then create a lead or offer personalized services. It is more about creating engaging and functional mobile experiences rather than traditional website development.