#Building an android app. Stuck getting login credentials and hosting going.

1 messages · Page 1 of 1 (latest)

echo notch
#

I am trying to get login and create account feature working.
Login it verifies and checks matching information. If wrong will prompt to either fix or create account.
Also trying to figure out account creation.

Working with firebase for hosting.

soft garnetBOT
#

<@&987246623988019200> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
I am trying to get login and create account feature working. Login it verifies and checks matching information. If wrong will prompt to either fix or create account. Also trying to figure out account creation. Working with firebase for hosting.

Your description indicates you are working on a login and account creation flow that verifies user credentials and handles errors or account setup prompts.

Key points to consider:

  • Credential verification: Ensure you are securely handling stored credentials (ideally via a backend with hashed passwords, not local storage). Verification logic must compare input values to stored records safely.
  • Error handling: For wrong inputs, prompt clear feedback allowing users either to retry login or navigate to account creation.
  • Account creation: On new accounts, validate inputs, create and store user credentials, then confirm success before redirecting.
  • Hosting: If you are using a remote backend API for login/authentication, double-check your endpoints and network requests, especially async handling and error responses.

Since you asked for references, here are some reliable Android guides and tutorials on login/auth implementation:

Useful links:

Focus first on getting the flow working correctly with local variables or static data, then move to hosting backend integration for real account data synchronization.

echo notch
soft garnetBOT
# echo notch

I uploaded your attachments as Gist. This makes them more accessible, for example to mobile users.

echo notch
#

Can someone explain how images of my code and be taken as spam. I sent more than 1 image.
It was taken as spam and moved me into another place. I'm not sure If anyone can see thread. If you can. Atleast just respond.

opaque tartan
#

thats sth scammers usually do as well

echo notch
#

Snipit copy paste.

opaque tartan
#

put a message to the images and ull be fine

echo notch
#

So if I save the image then move it into the message?

#

Ugggh. Extra 2 steps.

opaque tartan
#

no

#

u just have to supply a text message together with the image as u upload it in discord

#

or upload one image at a time

echo notch
#

Ahhh. I didn't say anything with it. Just the image alone.

opaque tartan
#

yes

#

multiple images without text message while the images have the default name (e. g. image.jpg or 1.jpg) lead to being detected as scambot

echo notch
#

Ok. Bots can be dumb and AI can be to smart. Where's the middle ground.

echo notch
#

I've updated the json to be sure.
I have looked all over the internet.
I'm not understanding why I can't create account through an app.
Forgot password link.
or just login to the app

Anyone willing to look using voice channel screen sharing and watch it go through the process?

peak kindle
#

Are you using like backend with database for the login or is it all local on your computer?