【发布时间】:2021-12-30 10:48:20
【问题描述】:
嘿,这是 saksham,有人可以告诉我,我们可以在我的 expo-cli (https://expo.dev/) 项目中使用 rnfirebase (https://rnfirebase.io/)
【问题讨论】:
标签: firebase react-native expo react-native-firebase
嘿,这是 saksham,有人可以告诉我,我们可以在我的 expo-cli (https://expo.dev/) 项目中使用 rnfirebase (https://rnfirebase.io/)
【问题讨论】:
标签: firebase react-native expo react-native-firebase
在其managed workflowExpo uses the JavaScript SDKs 中访问 Firebase,您不能用 React Native Firebase(它封装了 Firebase 的 iOS 和 Android 原生 SDK)替换那些。
在 Expo 的 bare workflow 中,您可以使用任何您想要的包,包括 react-native-firebase。有关更多信息,请参阅 bare workflow setup 上的文档,特别是 Usage with react-native-firebase 上的(简短)部分。
这篇文章How to integrate react-native-firebase with Expo 看起来也很有希望,虽然我承认我是通过搜索react-native-firebase in expo 才发现的。
【讨论】: