从11.8.0到15.0.0更新com.google.firebase和com.google.android.gms时,我们的已登录用户即已退出.在检查时,我们能够确认FirebaseAuth.getInstance().getCurrentUser()返回null.
我能够确认的其他一些事情:
>这已经通过Phone Auth和Email and Password Auth确认
>如果我:
>使用库版本v11.8.0登录app v1
>使用库版本v15.0.0更新到app v2
我看到自己签了OUT(如上所述).
>在这个v2中再也不用再登录了
>更新到app v3,库版本设置回v11.8.0
我看到自己登录了.
>如果我:
>使用库版本v15.0.0登录app v1
>更新到app v2,库版本设置回v11.8.0
我看到自己登录了.
>现在如果我继续,并使用库版本v15.0.0更新到app v3
我仍然看到自己登录了.
>如果我从v12.0.1升级到v15.0.0,我也能够重现这个问题
>这很可能是库本身(而不是我的代码)的问题,因为我能够使用Firebase Android Auth Quickstart重现此问题
还有其他人面对这个吗?有什么我想念的吗?我是否错过了v15.0.0 Release Notes中的相关内容?
来自Firebase支持的Kyle [2018年4月25日]:
After discussing this more with our engineers,they told me that the fix will be rolled-out on the next release (next version) soon. I can’t provide the exact timeline for this but you may keep an eye out on the release notes for future updates with Firebase Android SDK.
更新[2018年5月7日]
将我的依赖项从v11.8.0直接更新到updates to Firebase Android SDK released on May 2,2018解决了上述问题.