This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Question about signInWithApple #20
Answered
by
benlmyers
rrothweiler1
asked this question in
Q&A
-
I am using the signinwithapple feature and it is working good. What is the best way to wait for success from this function? The first time I ran with this the global auth still had the old user info and I don't see a way to wait for the signinwithapple function to return success and or error? |
Beta Was this translation helpful? Give feedback.
Answered by
benlmyers
Dec 5, 2022
Replies: 1 comment
-
Hi @rrothweiler1, thanks for using EasyFirebase. As of Release 1.4.2, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rrothweiler1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rrothweiler1, thanks for using EasyFirebase. As of Release 1.4.2,
EasyAuth.signInWithApple(...)
now has a completion handler. Ensure your package is up-to-date, implement the handler, and if you run into any issues, let me know! 😊