标签: swift firebase firebase-authentication
我目前正在使用firebase,当应用程序被卸载并且重新安装firebase仍有用户登录时如何在卸载应用程序时将用户注销。
答案 0 :(得分:0)
理想情况下,在删除应用程序之前会调用一个委托方法,但目前还没有,因为无法跟踪未运行的应用程序。您可以在App Delegate文件的.unauth()中运行applicationWillTerminate,但每次应用程序被杀死时都会将用户注销。
.unauth()
applicationWillTerminate
为什么需要注销用户?有几个选项可以模拟这个。