Google cloud firestore &引用;SharedClientState无法分析联机状态“;Firestore上的错误,使用Resact Native Web with Persistence

Google cloud firestore &引用;SharedClientState无法分析联机状态“;Firestore上的错误,使用Resact Native Web with Persistence,google-cloud-firestore,react-native-web,Google Cloud Firestore,React Native Web,在我们的react native项目中,您需要在访问应用程序之前登录。 在web上进行身份验证之前,我们将持久性设置为: firestore.enablePersistence({ synchronizeTabs: true }); 然后,我们的日志显示以下错误消息: @firebase/firestore:firestore(7.8.1):无法访问SharedClient状态 分析联机状态: {“clientId”:“iaRBbiKqRXyRPl5UoA7I”,“onlineState”:“

在我们的react native项目中,您需要在访问应用程序之前登录。 在web上进行身份验证之前,我们将持久性设置为:

firestore.enablePersistence({ synchronizeTabs: true });
然后,我们的日志显示以下错误消息:

@firebase/firestore:firestore(7.8.1):无法访问SharedClient状态 分析联机状态: {“clientId”:“iaRBbiKqRXyRPl5UoA7I”,“onlineState”:“PRIVATE\u Online”}

当auth被持久化时,似乎确实会发生这种情况,因为在清除数据、重新启动和登录时,我们没有发现问题

有人有类似的问题吗