How to clear firebase cache?

前端 未结 2 405
一个人的身影
一个人的身影 2021-01-06 07:50

I\'m facing an issue where when I sign out a user (using FirebaseAuth.signOut() method) and sign in with another user, information of the previous user are load

2条回答
  •  伪装坚强ぢ
    2021-01-06 08:14

    You can use the async call FirebaseFirestore.instance.clearPersistence(); for flutter projects. Check this answer.

提交回复
热议问题