question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add FirebaseUser.updateProfile to [auth] for [ios/android]

See original GitHub issue
Library 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Daeda88commented, Aug 13, 2020

Im making an implementation of this. Hope to have something early next week.

1reaction
vanniktechcommented, Jun 13, 2020

Feel free to take a stab on this @vladimirpetrovski

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found