Change class User to old class name FirebaseUser
#3238
Unanswered
doiya46
asked this question in
Feature request
Replies: 1 comment
-
I refactored my |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
class
User
is general for almost project, but when use withfirebase_auth
, the old version name isFirebaseUser
. Now almost file we need to refactor like thisimport 'package:firebase_auth/firebase_auth.dart' as firebase_auth;
and usefirebase_auth.User
, it's a bad name. And almost class need to change likeBeta Was this translation helpful? Give feedback.
All reactions