mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 09:20:21 -04:00
d8bd6b047c
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated examples and guides to use Supabase publishable (client) keys instead of anon keys for client-side usage across frameworks and platforms. * Renamed environment variable examples and .env templates to reflect publishable key naming. * Adjusted sample requests and client-init examples to send/use the publishable key via the apikey header where applicable. * Updated references from service_role to secret for server-side credential guidance. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: fadymak <fady@fadymak.com>
Flutter Figma Clone
This app demonstrates the real-time communication capabilities of Supabase by creating an interactive design board where you can draw some shapes and move them around while seeing each other's cursors.
- Authorized Realtime channel
- Cursor position sharing in real-time
- Drawing shapes in real-time
Run locally
- Run
supabase startwhile docker running. If you don't have Supabase CLI yet, you can get it here. - Run Flutter locally. The app should work on any platform, but is not optimized for mobile.
