Antonio Di Chiano Member Licensed User Jun 10, 2019 #1 Sto cercando il codice sorgente per implementare la registrazione di un utente o l'accesso tramite credenziali, se qualcuno può aiutarmi, grazie I'm looking for the source code to implement a user registration or login via credentials, if anyone can help me, thanks
Sto cercando il codice sorgente per implementare la registrazione di un utente o l'accesso tramite credenziali, se qualcuno può aiutarmi, grazie I'm looking for the source code to implement a user registration or login via credentials, if anyone can help me, thanks
Erel B4X founder Staff member Licensed User Longtime User Jun 10, 2019 #2 FirebaseAuth can help you with this. You can implement the backend with B4J. Upvote 0
josejad Expert Licensed User Longtime User Jun 10, 2019 #3 Several ways... With firebase Auth: https://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users.67875/ With a b4j server: https://www.b4x.com/android/forum/threads/register-login-example-using-tcp-server-and-client.98337/ With httputils2: https://www.b4x.com/android/forum/t...on-using-httputils2-php-mysql-and-mail.42745/ Upvote 0
Several ways... With firebase Auth: https://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users.67875/ With a b4j server: https://www.b4x.com/android/forum/threads/register-login-example-using-tcp-server-and-client.98337/ With httputils2: https://www.b4x.com/android/forum/t...on-using-httputils2-php-mysql-and-mail.42745/