I have Integrated Apple Sign with Firebase authentication in Flutter application. so it is working fine with IOS but In Android I am facing issue "Invalid_Client" please help me Out this.
Here is below screen that I am facing issue
I have Integrated Apple Sign with Firebase authentication in Flutter application. so it is working fine with IOS but In Android I am facing issue "Invalid_Client" please help me Out this.
Here is below screen that I am facing issue
This forum cannot help on Android. It is dedicated to Apple's products.
You'd probably better contact Flutter directly.
An invalid client error can be the result of multiple failure points on the client-side implementation. For a quick reference of the potential errors returned from the validation response, please see ErrorResponse.
Additionally, the most common occurrence is a mismatched client identifier between the following scenarios:
Please see the Generate and Validate Tokens for additional information about the validation servers.
If you believe these query parameters are valid, then I'd suggest you reach out to Flutter's support channels for further guidance to their tooling.