Я реализую метод входа в систему Apple в своем приложении flutter. Это мой код для входа в Apple:
Код: Выделить всё
signInWithApple() async {
var appleProvider = AppleAuthProvider();
await FirebaseAuth.instance.signInWithProvider(appleProvider);
}
I have done all the implementation correctly:
- I added Apple sign-in capabilities in Xcode and on apple developer
- I added the Apple sign-in method in firebase auth.
- I configured the info.plist files correctly
- The Apple sign in button redirects to the method above
- I've imported all the necessary packages correctly
It would be highly appreciated if anyone could provide an answer to my question.
Thank you in advance
Emiel
Источник: https://stackoverflow.com/questions/766 ... orrect-way
Мобильная версия