mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[docs] Tidy up
This commit is contained in:
@@ -279,7 +279,7 @@ Updates a user's profile data. Profile data should be an object of fields to upd
|
||||
```javascript
|
||||
firebase.auth().currentUser
|
||||
.updateProfile({
|
||||
displayName: 'Ari Lerner'
|
||||
displayName: 'Display Name'
|
||||
})
|
||||
.then()
|
||||
.catch();
|
||||
|
||||
Reference in New Issue
Block a user