Can someone tell me how to create a simple Register and Login using firebase and giving a notification that the user is already in use
See here:
Excuse me, but I still do not know how to use it in the app and make a difference and I need help, if it is possible (: !
Did you try out the demo aia project provided, using your own api Key ?
it works for now thanks!
Hi Team, Please help me to figure the issue out as i cant sign in successfully i dunno why, while the sign up is working well
You make it very difficult for a new user to signup to your app.
Why not just their email (which should be unique...) and a password (which should be hashed...), to get signed up and / or signed in, then send them off to a profile page to complete all the other profile data you require.
I now have a preference for the Anonymous SignUp using Firebase Authentication approach
ok will do thanks but lets help me with the sign in issue as i cant sigin
Well the value returned for your tag username:
does not equal PasswordTextBox1.Text, that value contains everything:
You could use the contains
text block ?
Note: you are storing user passwords in plain text, not good for their personal data security.
You also use maths blocks for your tests, may be better to use text or logic blocks.
i have an idea, How can i make multiple values under one tag so i can add all these datqa plus the password under the name tag?
To store password hashes is very simple, the tools extension offers a method for that App Inventor Extensions: Tools | Pura Vida Apps
And later if you want to check, if the entered password is correct, compare the password hashes
Taifun
Here demonstrates a javascript hashing function, if you cannot use extensions
please help me by a screen for how to fix the login as you can see the tag data has all these values data so how can i split the password so i can login successfully?
Learn to work with lists and store your data as list... later use the select list item block to select the password from the list
Taifun
As I already said, you could probably use the "contains" text block to find the password in your tag's value.
Looks wrong to me...
"text" should be the "value" of the tag username
"piece" should be just PasswordTextBox1.Text
yes thanks but it didnt work as well, i thought that been fixed yesterday but i was wrong so can you check how can i fix it please?
based on what you previously showed for your data entry: