Firebase – How to update user data without changes into Firestore when it's checking for already existence in database?
I recently implemented unique username into my app when registering, all good far here, by the way I also need to set it to when the user is editting it's profile. I tried to do the same thing, but I'm…