What is minimum version of Google Play Services to use Firebase?

有些话、适合烂在心里 提交于 2019-12-20 10:33:38

问题


Background

I'm developing an app using Firebase features (Realtime Database, Firebase Messaging, Analytics, Crash Reporting and Auth [Facebook]). In my country, most of the users don't have wifi and rarely upgrade apps (including Google Play Services).

Question

  1. As the title suggests, I would like to know the minimum version (the lowest). I'm also willing to remove some features if it will help to lower the Google Play Services version.

  2. Do I need to check google play service version in my application code or will Firebase check for me?

Finding so far and I'm confused,

  • This post say min version is 9.0
  • This post say min version is 8.1.15
  • This SO question say developer no need to check Google Play Services
  • but, This doc say developer need to check Google Play Services

回答1:


The most trustworthy site says 9.0

For a list of the libraries available for the different Firebase features, see Firebase libraries. The following features are now part of Firebase in the Google Play Services 9.0 SDK.

The current stable is 9.4.

https://firebase.google.com/support/releases



来源:https://stackoverflow.com/questions/38915488/what-is-minimum-version-of-google-play-services-to-use-firebase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!