Mobile programming

Anyone who has programmed mobile app login using only phone number aniambie vile alido. Tried Facebook kit na firebase and it’s too complicated. Any help?

Tumia firebase

Never done it but sio complicated:

  1. allow users to register with their phone numbers, instead of email
  2. when using email, you usually send a confirmation email, with phone number, send a confirmation message with a code e.g 87890
  3. Ask the user to fill in the code they’ve received when login in for the first time.
  4. Obviously you will store the user details and his number somewhere, or server or wherever.
  5. subsequent logins you just check if the number is in the DB, like you would do an email.
  6. You can decide to send them a new code every time they log in or just once in a lifetime.
  7. That’s it.

pea kazi developer anukishe hata yeye

1. First user mobile number will be sent to the server where new user row will be created.

2. The server requests the SMS gateway for an sms to the mobile number with a verification code.

3. SMS gateway sends an SMS to the user device with the verification code.

4. The verification code will be sent back the server again for verification. The server verifies it and activates the user.