Hi,
My apple app was rejected because I have 3rd party login but no apple login.
So I did all the steps mentioned in this tutorial: https://docs.flutterflow.io/integrations/authentication/firebase/apple/#1-configure-email-communication
I have enabled apple sign-in in firebase. (No other details added like Service ID or OAuth details)
I have enabled apple sign-in in my app on developers.apple.com.
In Server-to-Server Notification Endpoint I have added the url from firebase (Screenshot added above)
My Create Account and Login actions for Firebase auth are added in the app pages correctly ( they are similar to other login/sign up actions). But when I try to login a new page open then closes and I get this error that I have added below.
This happens on web and iphone.
More context:
I had setup firebase months ago.
My google and email sign up and login are working perfectly fine. (so the authorised domain is already there)
After updating firebase, I have redeployed firebase on FlutterFlow.
I am blocked on marketing and launch because I cannot go live without iOS app.