Updated & Replacing a Database with the Newest User Data

Hello all, Hope you can help! :slight_smile:

I am trying to get people to add info, such as there fullName; profileImage; backGroundImage; (+ more) using User input.
Now that part is good, it works, however when they want to “Let’s say” Change/Update their profileImage, all it does is make a new one “account” in the database, even down to the User ID Is different.

It’s the same account (email) and the user is logged in, but no matter how many times I’ve tried this, changed code etc etc… It will only make new fields (New Account) in the database, instead of Updating/Replacing the database/their account.

How would I get the Users to update and replace info in the Database? that stores the info, such as fullName; profileImage; backGroundImage; etc and once it stores for it to replace the old account info?

Thank you for reading and I hope I explained this enough for you!
If not just ask and I’ll give you more info <3

I have done this :smiley: Got it working… Message me if your needing help wth it

Hello Marshall,
I have the same problem. I have user profiles, (profile pics, titles, contact information etc.) that i would like the users to update but currently all it does is make a new “account” in the database.
Can you share with me your wisdom so i don’t have duplicated users with slightly different information?

Best,
Corey Cooper

Can you tell us how you achieved the results? I am unable to get it to work as well. Thank you.

anyone get this to work?