Firebase – Problems saving information to Firestore database and image to Storage
I'm trying to save user information in Firestore. Basically I save the image in Storage, then I save the information like name, email and URL of the image in Firestore. The main problem I'm facing: if inside uploadTask/taskSnapshot I use…