Android firebaseauth.getCurrentUser()在Firebase中返回null

时间:2018-12-23 10:52:11

标签: android firebase firebase-authentication

我正在尝试从firebase中为Firebase数据库中已经存在的用户获取'getUid'值。

  • 该应用程序已卸载,并在登录后重新安装 使用已经注册的用户凭据

它在以下时间起作用

  • 注册为新用户并没有登录即可 卸载应用程序。

它抛出错误,指出 getCurrentUser 为空。下面是我的代码,

 private FirebaseAuth firebaseauth;
 firebaseauth = FirebaseAuth.getInstance();
 firebaseauth.getCurrentUser();
 user_id = firebaseauth.getCurrentUser().getUid();

我想知道为什么当重新安装应用程序时,'getCurrentUser'对于已经存在的注册用户返回null。任何帮助都会很棒。预先感谢。

0 个答案:

没有答案