如何在 react-redux-firebase 上完全禁用身份验证?
How to disable auth completely on react-redux-firebase?
我正在使用 React Native 为 react-redux-firebase
创建一个 playground 应用程序。我想完全禁用 auth 模块,因为我只需要 Firestore。
文档没有提到这一点,我认为所有示例都包含配置中的 userProfile
如果我没记错的话,这与 Auth 有关。
我在使用 react-native-firebase
时遇到了预期的错误
Error: You attempted to use firebase.auth but this module could not be found.
没关系,我找到了
在 rrf 提供者道具上将 initializeAuth
设置为 false
我正在使用 React Native 为 react-redux-firebase
创建一个 playground 应用程序。我想完全禁用 auth 模块,因为我只需要 Firestore。
文档没有提到这一点,我认为所有示例都包含配置中的 userProfile
如果我没记错的话,这与 Auth 有关。
我在使用 react-native-firebase
Error: You attempted to use firebase.auth but this module could not be found.
没关系,我找到了
在 rrf 提供者道具上将 initializeAuth
设置为 false