Auto-update owner's picture using a code

@russian-dima
About this code, I just changed the userPic to profilePicture because profilePicture is the field key in my Messages database, that’s why I changed that. And also changed the userPics to profilePic because as I noticed it is not connected to a database and not even considered a field key, that’s why I changed it… :sweat_smile:

profilePic.push(result.items[i].profilePicture)

Wait, are you saying that in your code, there’s no need to have a query in my MemberPage database (this database is the same as your Member-Data)? Does the code automatically know where to grab the profile picture?