我正在使用React Native为react-redux-firebase创建一个游乐场应用程序。我想完全禁用auth模块,因为我只需要Firestore。
文档没有提到这一点,我想所有的例子都包括了配置中的userProfile,如果我没有记错的话,这与Auth有关。
我在使用react-native-firebase时得到预期的错误
Error: You attempted to use firebase.auth but this module could not be found.
发布于 2020-04-05 19:38:18
算了,我已经找到了
在rrf provider props上将initializeAuth设置为false
https://stackoverflow.com/questions/61041881
复制相似问题