'What are the backend service for flutter? [closed]

I am confused in choosing database service for my flutter application. I started using firebase but as it is based on NoSQL , But if i am getting the need for rows and columns for my data which backend service should i use!.



Solution 1:[1]

As you mentioned you want to user Rows and Columns but want a service like Firebase. Well, here's a SQL alternative to Firebase.

Supabase

Typical SQL DB and works just like Firebase. Below is official docs of Flutter and Supabase which you can use to get started :)

Flutter x Supabase Docs

Cheers!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hamza