在Firebase
的最新版本中,getTokenForcingRefresh
已弃用。我正在使用它,因为auth令牌过期,我需要能够刷新令牌并在失败时重试rest命令。该API的正确替代品是什么?
答案 0 :(得分:0)
您似乎需要使用getIDTokenForcingRefresh:completion
API而不是弃用的。
请在此处查看FIRUser
课程文档:
https://github.com/firebase/firebase-ios-sdk/blob/master/Firebase/Auth/Source/Public/FIRUser.h#L307