subir y recoger pdf
This commit is contained in:
@@ -192,6 +192,15 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
|
||||
print('e');
|
||||
}
|
||||
|
||||
try {
|
||||
await FirebaseFirestore.instance
|
||||
.collection('users')
|
||||
.doc(uid)
|
||||
.update({'email': newEmail});
|
||||
} catch (e) {
|
||||
print('e');
|
||||
}
|
||||
|
||||
try {
|
||||
if (selectedImagInBytes == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user