menu
firebase_dart package
documentation
firebase_dart.dart
User
updateProfile abstract method
updateProfile abstract method
dark_mode
light_mode
updateProfile
abstract method
Future
<
void
>
updateProfile
(
{
String
?
displayName
,
String
?
photoURL
,
})
Updates a user's profile data.
Implementation
Future<void> updateProfile({String? displayName, String? photoURL});
firebase_dart package
documentation
firebase_dart
User
updateProfile abstract method
User class