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

The plugin `firebase_auth_ui` uses a deprecated version of the Android embedding. #31

Open Polina-Hapi opened 2 years ago

Polina-Hapi commented 2 years ago

Hi, This is my first time working on a flutter app so i am sorry if this is a stupid question but please explain where am I going wrong. I have purchased a template app and since the first time trying to run it (no modifications) I see the following warning in RED (the app still runs):

The plugin firebase_auth_ui uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Following the bread crumbs have brought me here. Can you please let me know if this is something you can fix and update the package on pub.get or is there something I can do to to get rid of the error? I am worried of the red warning and that even if the app runs now if might not run in the future.

Thank you for your time to look into this and aswer.