Tuesday 16 January 2018

How to send Password which is stored in Sqlite database into registered Email using Android

itemprop="text">

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.


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/



No comments:

Post a Comment

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 &q...