Closed atnanahidiw closed 1 year ago
User has inputted their name when registering, but we still use the display name from FirebaseService To make the data relevant, change all FirebaseService.auth().currentUser?.displayName with our implementation
FirebaseService.auth().currentUser?.displayName
Description
User has inputted their name when registering, but we still use the display name from FirebaseService To make the data relevant, change all
FirebaseService.auth().currentUser?.displayName
with our implementationDelivery