Apple and Google login in iOS/Android app

I have been trying to add Apple login and Google login to iOS app. Adding client id for Google brought the button and enabling apple login brought the button, but clicking on the button, app crashes. Is there something we should configure for it to work?
Any help would be appreciated, thanks!

@marcotuts - is there any documentation available on this?

Hey @sarina, I have been looking into setting these up and I have figured out everything except Apple login in the web browser where I am getting an error: “Authentication process canceled”.
I see some reference to that in here but even with that I was not able to set that up. If anyone could help on that (@uetuluk sorry for tagging you in here), I could make an extensive documentation on the OAuth setup process for Google and Apple login.

Your app is crashing when attempting to use the Apple and Google login buttons, which likely indicates a configuration issue. Ensure that the OAuth credentials for Google are correctly set up in the Google Developer Console and that the GoogleService-Info.plist file is properly added to the project. For Apple Sign-In, check that the Sign In with Apple capability is enabled in Xcode and that the Associated Domains and Bundle Identifier match the settings in the Apple Developer account. Additionally, verify that the necessary configurations for both authentication providers are included in the Info.plist file. If the crash persists, review the logs in Xcode’s Debug Console to identify specific error messages, as they may indicate missing configurations or incorrect API calls. Consulting a mobile app development company or sharing the error logs can help pinpoint the exact cause of the issue.

Hey thanks for the answer, but I had already figured out the issues in mobile app. I’m stuck in adding Apple login to the web app.

@volodymyr.chekyrta - any advice?