如何使用Google Play Services 14.x将firebase添加到android项目

如何使用Google Play Services 14.x将firebase添加到android项目,android,firebase,react-native,react-native-android,Android,Firebase,React Native,React Native Android,我想将firebase添加到我的react原生项目中。 正如谷歌所说,它需要一台运行谷歌Play服务15.0.0或更高版本的设备 我有一个设备,其中谷歌播放服务版本14.7.99,这是我的设备的最新版本。(据我所知,Google Play Services的最新版本因设备而异) 那么,有没有办法在Google Play Services版本14的设备中使用firebase Thx提前,因为它在文档中非常清楚地说明了这一点 运行以下命令的设备: Android 4.1(API级别14,果冻豆)或

我想将firebase添加到我的react原生项目中。 正如谷歌所说,它需要一台运行谷歌Play服务15.0.0或更高版本的设备

我有一个设备,其中谷歌播放服务版本14.7.99,这是我的设备的最新版本。(据我所知,Google Play Services的最新版本因设备而异)

那么,有没有办法在Google Play Services版本14的设备中使用firebase


Thx提前

,因为它在文档中非常清楚地说明了这一点

运行以下命令的设备:

  • Android 4.1(API级别14,果冻豆)或更高版本
  • Google Play services 15.0.0或更高版本

如果您的设备无法运行Google Play Services 15.0.0或更高版本,则无法让Firebase在该设备上运行。

您引用的文档中哪一部分以“否”回答了您的问题不清楚?@Tim我想知道是否有像降级firebase或google services library这样的解决方案可以与旧设备一起使用。您可能想试试firebase SDK的版本
12.x
。看见