我们可以在没有特定平台的情况下集成Firebase并响应本机应用程序吗?

时间:2019-06-04 10:33:07

标签: android ios firebase react-native

我通过关注expo cli Expo cli Facebook Guide

开始react-native

然后我想通过遵循the docs from invertase.io

与firebase集成

似乎文档仅支持特定平台。我可以在没有特定平台的情况下整合react-native和firebase吗?使用Expo Cli,我们不需要创建android / ios文件夹。

1 个答案:

答案 0 :(得分:0)

有一个文档可以将Firebase集成到Expo。 https://docs.expo.io/versions/latest/guides/using-firebase/

您不能在Expo上使用react-native-firebase,因为react-native-firebase具有本机代码。

Expo仅支持js。

使用网络的Firebase。

相关问题