supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
742 stars 183 forks source link

No option to call RPCs on read-only replicas #1075

Closed dannyhyatt closed 2 weeks ago

dannyhyatt commented 3 weeks ago

Describe the bug To call an RPC on a read replica, you can use the get: true option in the JS client library, but it is not present the Dart Supabase library.

Expected behavior There should be an option to run RPCs on read replicas.

Version (please complete the following information): Latest supabase_flutter version at the time of writing (2.8.0).