I made an App, In home page three
buttons are present like login, new register, forgot password. For new register four
fields are there like name, email, password, confirm password which are stored in SQLite
database. After registration, user can login with email and password which is validated
with database. My problem is if we click on forgot password, it will ask registered
email after click submit button, stored password should go to registered mail
id.
Please suggest me.
Tuesday, 16 January 2018
How to send Password which is stored in Sqlite database into registered Email using Android
itemprop="text">
class="post-text" itemprop="text"> class="normal">Answer
Use
Firebase Authentication for this.It is the best option for
you
documentation:
href="https://firebase.google.com/docs/android/setup"
rel="nofollow">https://firebase.google.com/docs/android/setup
Example:
href="http://www.androidhive.info/2016/06/android-getting-started-firebase-simple-login-registration-auth/"
rel="nofollow">http://www.androidhive.info/2016/06/android-getting-started-firebase-simple-login-registration-auth/
Subscribe to:
Post Comments (Atom)
php - file_get_contents shows unexpected output while reading a file
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
-
I have an app which needs a login and a registration with SQLite. I have the database and a user can login and register. But i would like th...
-
I got an error in my Java program. I think this happens because of the constructor is not intialized properly. My Base class Program public ...
-
I would like to use enhanced REP MOVSB (ERMSB) to get a high bandwidth for a custom memcpy . ERMSB was introduced with the Ivy Bridge micro...
No comments:
Post a Comment