Replies: 1 comment
-
Using capawesome-team/capacitor-firebase I can get the authorizationCode to implement the interims solution to get my IOS app hopefully accepted by apple. Would still be great to be able doing this with the JS SDK, too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I get the authorizationCode mentioned here https://github.com/jooyoungho/apple-token-revoke-in-firebase from a UserCredentialImpl Object or UserImpl Object after login through the firebase JS SDK?
The Apple ID Login on my iOS App works through capacitor-firebase/authentication wich means on iOS I get a native result object and additional one through signInWithCredential on the web layer.
Any ideas on how to get the right authorizationCode to send to my "revokeToken" function would be appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions