Setting a timer for a long period of time, i.e. multiple minutes

前端 未结 14 1258
面向向阳花
面向向阳花 2020-12-02 12:23

I want to use firebase auth with react native for Login and Signup but I got a yellow error:

Setting a timer for a long p

14条回答
  •  死守一世寂寞
    2020-12-02 12:37

    I got the same issue and I think it's problem of firebase web SDK so I decided to drop firebase web SDK because it runs in js thread, not react-native thread.

    And I found react-native-firebase . It's better than firebase web SDK with higher performance and this issue went away

提交回复
热议问题