firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
828 stars 428 forks source link

Did Apple For Sign in Package Needed For Firebase #1225

Closed CLOUDFIRE91 closed 2 years ago

CLOUDFIRE91 commented 2 years ago

Hi All

I am working in sign up with apple option from unity. When i read the this post..

https://firebase.google.com/docs/auth/unity/apple.

In this post it mentioned

Install a third party plugin to handle Apple sign in nonce and token generation, such as the Unity's Sign In With Apple Asset Storage Package.

https://blog.unity.com/technology/support-for-apple-sign-in

Did this package is needed to implement sign in with apple option...

I am running on 10.3 ipad. So i cant run the above package. It says unsupported platform...

can anyone can share the code for sign in with apple option in firebase like they gave for sign in with microsoft/yahoo like that?

i found trouble in implementing in it..

google-oss-bot commented 2 years ago

I found a few problems with this issue:

DellaBitta commented 2 years ago

Hi @CLOUDFIRE91,

Apple Sign In support requires iOS 13.0 +. I'm sorry to say that if your iPad is running iOS 10 then it won't be able to support Apple Sign In.

The errors that you're encountering with the third party plugins are probably due to the fact that the underlying iOS API surface required to generate Apple ID tokens isn't present on your device.

CLOUDFIRE91 commented 2 years ago

@DellaBitta Thanks For your reply...