sam0829 / firebase_auth_ui

Flutter plugin for Firebase Auth UI. Supports popular auth providers by using native SDK for Android and iOS.
https://pub.dev/packages/firebase_auth_ui
BSD 3-Clause "New" or "Revised" License
48 stars 20 forks source link

Update firebase-ui-auth to 6.2.1, remove firebase-auth #16

Closed fdietze closed 4 years ago

fdietze commented 4 years ago
FirebaseUI libraries have the following transitive dependencies on the Firebase SDK:

firebase-ui-auth
|--- com.google.firebase:firebase-auth
|--- com.google.android.gms:play-services-auth

https://github.com/firebase/FirebaseUI-Android/blob/e9df5b55a5e83cea037f61188ce6dca3179a86d5/README.md#compatibility-with-firebase--google-play-services-libraries

fdietze commented 4 years ago

I also removed the twitter sdk dependency, as no longer needed:

Beginning with FirebaseUI 6.2.0 you no longer need to include the TwitterKit SDK to sign in with Twitter. Go to https://github.com/firebase/FirebaseUI-Android/releases/tag/6.2.0 for more information

sam0829 commented 4 years ago

@fdietze Thanks :)