Firebase – How can I write to the Realtime Database, Cloud Storage and Firestore at the same time using transactions?
I'm developing an app in Flutter, I have a method called **CreateUser **which takes as parameters the user information, his profile picture, and a list of strings, I need to save the information in the Realtime Database, the picture in…