Apple Sign in getting error "Invalid_client" firebase android

Viewed 4

Everything we are done for Apple - SignIn

  • In Firebase - we setup service-id, keyID, private key, Team ID
  • In Android code - we did as same as document Still, we face problem of apple - sign in as Invalid client
1 Answers

After long research we able to manage this problem

  • In our case we add identifier instead of service id in firebase apple-login section
  • Format of identifier example - co.myexampleapp.signinwithapple
Related