/apple_sign_in_firebase

플러터 안드로이드 환경에서 파이어베이스 애플로그인을 사용할 수 있도록 해주는 패키지

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

apple_sign_in_firebase

Access Sign In with Apple in firebase from flutter android. Because you can't get the credential of an app with the flutter firebase alone, you can import the credential directly through the native firebase.

Getting Started

The project must have a pre-set firebase.

Platform support

Support only Android! There's a iOS framework.

Example

Map crendential = await AppleSignInFirebase.signIn();

print(credential['idToken']);
print(credential['accessToken']);