Add FirebaseUser.updateProfile to [auth] for [ios/android]
See original GitHub issueLibrary | Class | Member | Platforms |
---|---|---|---|
e.g auth | e.g FirebaseUser | e.g updateProfile | Android, iOS |
Currently, one needs to: .android.updateProfile(UserProfileChangeRequest.Builder().setDisplayName())
which is awkward and can’t be done in commonCode.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Manage Users in Firebase | Firebase Authentication - Google
Update a user's profile. You can update a user's basic profile information—the user's display name and profile photo URL—with the updateProfile method.
Read more >firebase_auth 3.0.0 | Flutter Package - Pub.dev
Flutter plugin for Firebase Auth, enabling Android and iOS authentication using passwords, phone numbers and identity providers like Google, Facebook and ...
Read more >Using Firebase Authentication - FlutterFire
To create a new Firebase Auth instance, call the instance getter on ... The apps to use when the sign-in link is opened...
Read more >Firebase create user with email, password, display name and ...
You can update your profile with FIRUserProfileChangeRequest class .. check this Doc. let user = FIRAuth.auth()?.currentUser if let user ...
Read more >Implementing social login and user profile management in ...
Like email and password authentication and login, Firebase also allows you to ... Easily add sign-in to your Android app with FirebaseUI |...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Im making an implementation of this. Hope to have something early next week.
Feel free to take a stab on this @vladimirpetrovski