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

Self-Hosting: Add Service ID (for OAuth) to docker compose #1077

Open JHaberlsz opened 3 weeks ago

JHaberlsz commented 3 weeks ago

Is your feature request related to a problem? Please describe. As far as I can tell, there currently is no way to support "Login with Apple" on both iOS and Android while keeping the native login-dialog on iOS, because there is no way for me to specify the Service ID (for OAuth) in the docker compose file.

Describe the solution you'd like Add Service ID (for OAuth) to the docker compose file.