2016年8月11日 星期四

How to keep login with the Firebase?

21 How to keep login with the Firebase?
if already login one time,can use

mAuth = FirebaseAuth.getInstance();
currentuser = mAuth.getCurrentUser();

currentuser  will not equal null