Your if statement is checking to see if the value of the message
tag is equal to “message”. In this case your value is equal to “hvj vvjvjvj” thus meaning that it will set the label’s text to the error instead.
Ok got it I must have changed only at if and not above thankyou @Conor
Let me tell you what exactly I want to do @Conor
I have “sign in” in screen 1 and my firebase is connected to this
I get emails that you enter in app
Now from app I want to show all emails connected to this app from a specific button click
I don’t know how to retrieve this email in firebase on some button click! By retrieve I only meant to show this user
Screenshot_2018-09-10-04-16-14-282|455x500
Please help sir
You’ve also changed the key now… the key should be message
, the value of the key is “hvj vvjvjvj”.
Let me tell you what exactly I want to do @Conor
I have “sign in” in screen 1 and my firebase is connected to this
I get emails that you enter in app
Now from app I want to show all emails connected to this app from a specific button click
I don’t know how to retrieve this email in firebase on some button click! By retrieve I only meant to show this user
Please help sir