4.4 Apple Login Setup

Only for iOS

An paid apple developer account and Xcode app on your mac is required.

  • From your IDE, Right click on the ios folder and click on open on Xcode and then go to runner > sign in & capability tab.

  • Add Sign in with Apple. We already did this in the project. If this is not available in the project, do this by yourself.

  • Now go to your firebase console > your project > authentication page and enable the apple sign-in option. You don’t have to put anything in the text fields.

One more thing, when you configure Firebase push notification for iOS in the next step, make sure you also tik on the Sign In with Apple option in the identifier on the apple developer page.

Last updated