Apple Sign In issue with Supabase

I'm developing with Supabase as the backend, and the only viable way I found to do Apple Sign In was through oAuth (web) with a custom code. However, the App Store rejected the application, requiring authentication to be done natively, for a better user experience.

We still don't have Flutterflow authentication with Apple Sign in through Supabase. I tried using the Flutter sign_in_with_apple package, but the documentation asks to change files like AndroidManifest.xml, and I don't have access to them through the Flutterflow interface.

Please, has anyone experienced this problem and found a solution to natively add login with Apple using Supabase and Flutterflow? Or does anyone know any alternative solution for this situation?

Thanks.

14
6 replies