So im making a chat app. I had this idea how to make one with lists. It aint gonna look pretty but I want to give it a go
So im setting up sign in and sign up and thats fine, but i want users to have profile info, so i am using their email as a profile tag and then joining words to the end like FIRST NAME and LAST NAME and BIO etc etc. This means when another user requests info about them they can see all this on a profile screen. This works great when gathering info from firebase as i have done this before in a different project but when trying to join the two words together they do not save in firebase: the auth works fine i can see emails show up so it can’t be wrong link or key.
The tag i am uploading is as follows:
{useremailhere} FIRST NAME
{useremailhere} LAST NAME
but they do not upload. anyone know of any such causes? all help is appreciated.
thanks
(edit)
I will change this to username for security reasons of course, but you get the idea