firebase / FirebaseUI-Flutter

Apache License 2.0
92 stars 81 forks source link

chore: import firebase_auth as named #179

Closed lesnitsky closed 8 months ago

lesnitsky commented 8 months ago

Recent version of firebase_auth exported a class named AuthProvider. This made Firebase UI incompatible with the latest version of the Firebase Auth, because of the name conflict (AuthProvider already existed in Firebase UI).

This change is intended to prevent such conflicts in future.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?