Introduction to Supabase | Flutter Integration

Image

What is Supabase ? Supabase is an open-source backend-as-a-service (BaaS) platform that provides a powerful combination of a Postgres database, authentication, real-time subscriptions, storage, and serverless functions — all ready to integrate with your Flutter app quickly. Flutter, Google’s UI toolkit, helps you build natively compiled applications for mobile, web, and desktop from a single … Read more

Authenticate your users with Clerk | Flutter

flutter clerk

Intro Authentication is the important aspect and to it is also a key aspect when designing the app. Based on authentication we provide services for the authenticated users which sometimes also related to paid services / offerings. To handle the authentication in a higly professional way we make use of third party plugin called clerk … Read more