Authentication > Apple

iOS Only

Ensure the "Apple" sign-in provider is enabled on the Firebase Console.

1. Open app.json and change your appleTeamId

app.json

2. Open terminal and run

terminal

That's it, you are good to go.

Remove Apple Signin

1. Open your terminal and run the following command

terminal

2. Delete the Following files

  • src/services/auth/signInWithApple.ts
  • src/components/auth/AppleSignIn.tsx
  • 3. Remove the Following line in src/screens/Login.tsx

    src/screens/Login.tsx

    4. Remove the Following lines in app.json

    app.json

    5. Remove the Following line in app.json

    app.json

    6. Finally, open your terminal and run the following command.

    terminal

    7. Now, restart the application.