Firebase Cloud Firestore throws “client is offline”

前端 未结 8 1565
栀梦
栀梦 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: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.

提交回复
热议问题