Hi everyone,
I'm currently working on implementing Apple Sign In in my Unity project using Firebase, but I'm running into some issues. When I tap the sign-in button, the Apple Sign In popup appears, and it seems like the sign-in process completes successfully. However, the authentication results are not reflecting in my game, and I'm unable to proceed.
attaching the relevant part of my Sign In Manager script:
Steps I’ve Taken:
Set up Firebase Authentication in the Firebase Console.
Configured Apple Sign In in the Firebase Console.
Added the necessary permissions and entitlements for Apple Sign In in Xcode.
Called the sign-in function in Unity and checked for success.
Additional Information:
Unity Version: 2023.2
Firebase SDK Version:11.9.0
Platform: iOS
Is there something wrong with my script, or are there any other steps I might have missed to ensure that Apple Sign In works correctly with Firebase? Any insights or suggestions would be greatly appreciated!
Thank you!