Firebase Cloud Firestore throws “client is offline”

前端 未结 8 1548
栀梦
栀梦 2020-12-11 15:14

About 3 out of 4 times loading the page I get this error from the firestore client SDK (web). This slows development down tremendously. Auth, Realtime DB and Storage work pe

相关标签:
8条回答
  • 2020-12-11 15:54

    For me, enabling ({ synchronizeTabs: true } ) seems to have helped.

    0 讨论(0)
  • 2020-12-11 15:57

    The problem might occur because you're integrating firebase 'wed' SDK in your React Native (RN CLI not Expo) app. So in order to use firebase in your react native app you must follow this tutorial: https://rnfirebase.io/ It must work.

    0 讨论(0)
提交回复
热议问题