标签: swift firebase firebase-authentication completionhandler
我正在使用这段代码来等待Firebase.Auth.auth()。currentUser的刷新完成
response?.rows?.forEach({ print($0.pinType) }) //This line will print - "In Fingerprint" and "Out Fingerprint"
由于某种原因,currentUser?.reload()之后的闭包永远不会被调用。有人可以帮忙吗?