User Authentication with Apple ID
If you are using FirebaseAuth then use this class instead: https://www.b4x.com/android/forum/threads/sign-in-with-apple-and-firebase.116280/ Starting from iOS 13 there is integral support for letting the user sign in with the user Apple ID. The AppleAuthButton is a custom view that manages...

Hello,
I had to use "Apple Login" because they asked me to add the "Sign In with Apple" feature to accept my app in the App Store. I also added. But I have a problem.
It says it will work with iOS 13+. I got a feedback from some of the users who used my app.
They say it needs to update to iOS 13. iPhone 5 & 6 does not support these versions.
(I am using login library with Firebase.)
Some apps in the App Store support up to iOS 11 and have Apple Login features.
How can we do that? If the users version is lower than 13, then let's cancel this feature.