Sitemap
Flutter Community

Articles and Stories from the Flutter Community

Member-only story

Supabase Edge Functions in Dart

--

Supabase Edge Functions in Dart

We will cover briefly:

  1. Setting up Supabase
  2. Create an Edge Function using Dart
  3. Deploying and consuming the endpoint

Setting up Supabase

Supabase

Before diving into Supabase, let’s provide an introduction to what Supabase is.

Supabase is an open-source alternative to Firebase that provides a set of backend services, including authentication, database, and storage.

Supabase offers some features like

  • Auth service: for user authentication.
  • Database service: standard PostgreSQL.
  • Realtime service: sending messages and states to clients.
  • Edge functions: Running server-side TypeScript functions, distributed globally at the edge
  • Storage service: Storing and serving files.

--

--

Flutter Community
Flutter Community

Published in Flutter Community

Articles and Stories from the Flutter Community

Aseem Wangoo
Aseem Wangoo

Written by Aseem Wangoo

Flatteredwithflutter.com | FyndMyAI.com | aseemwangoo.medium.com/subscribe | Top 30 Flutter Blogs | Google Dev Library Contributor | Event Speaker

No responses yet