Google Play 服務中 Firebase Android SDK 的依附元件

部分 Firebase Android SDK 會依賴 Google Play services,也就是說,這些 SDK 只能在已安裝 Google Play services 的裝置和模擬器上執行。這些 Firebase SDK 會與裝置上的 Google Play services 背景服務進行通訊,為您的應用程式提供安全、最新且輕量化的 API。某些 Android 裝置 (例如 Amazon Kindle Fire 裝置或在某些地區販售的裝置) 並未安裝 Google Play services

哪些 Firebase Android SDK 需要 Google Play services

Firebase SDK 可分為三類:

  • Play services 為必要條件:這些 SDK 需要 Google Play services,否則沒有任何功能。
  • 建議使用 Play services:這些 SDK 需要 Google Play services 才能提供完整功能,但即使沒有 Google Play services,仍可提供大部分功能。
  • Play services 不必要:這些 SDK 不需要 Google Play services 就能享有完整功能。

下表僅適用於各 SDK 的最新版本。部分舊版可能有更嚴格的規定。

Google Play services 必填

產品 程式庫 Google Play services
App Check 自訂和偵錯提供者 com.google.firebase:firebase-appcheck:18.0.0
com.google.firebase:firebase-appcheck-ktx:18.0.0
com.google.firebase:firebase-appcheck-debug:18.0.0
非必要
App Distribution 個 API com.google.firebase:firebase-appdistribution-api:16.0.0-beta14
com.google.firebase:firebase-appdistribution-api-ktx:16.0.0-beta14
非必要
App Distribution com.google.firebase:firebase-appdistribution:16.0.0-beta14 非必要
Authentication com.google.firebase:firebase-auth:23.2.0
com.google.firebase:firebase-auth-ktx:23.2.0
非必要
Cloud Firestore com.google.firebase:firebase-firestore:25.1.2
com.google.firebase:firebase-firestore-ktx:25.1.2
非必要
Cloud Functions for Firebase Client SDK com.google.firebase:firebase-functions:21.1.1
com.google.firebase:firebase-functions-ktx:21.1.1
非必要
Cloud Storage for Firebase com.google.firebase:firebase-storage:21.0.1
com.google.firebase:firebase-storage-ktx:21.0.1
非必要
Crashlytics com.google.firebase:firebase-crashlytics:19.4.1
com.google.firebase:firebase-crashlytics-ktx:19.4.1
非必要
In-App Messaging com.google.firebase:firebase-inappmessaging:21.0.1
com.google.firebase:firebase-inappmessaging-ktx:21.0.1
非必要
In-App Messaging 螢幕 com.google.firebase:firebase-inappmessaging-display:21.0.1
com.google.firebase:firebase-inappmessaging-display-ktx:21.0.1
非必要
Firebase 安裝 com.google.firebase:firebase-installations:18.0.0
com.google.firebase:firebase-installations-ktx:18.0.0
非必要
Performance Monitoring com.google.firebase:firebase-perf:21.0.4
com.google.firebase:firebase-perf-ktx:21.0.4
非必要
Realtime Database com.google.firebase:firebase-database:21.0.0
com.google.firebase:firebase-database-ktx:21.0.0
非必要
Remote Config com.google.firebase:firebase-config:22.1.0
com.google.firebase:firebase-config-ktx:22.1.0
非必要
Vertex AI in Firebase com.google.firebase:firebase-vertexai:16.2.0 非必要
產品 程式庫 Google Play services
AdMob com.google.android.gms:play-services-ads:24.0.0 建議*
Analytics com.google.firebase:firebase-analytics:22.3.0
com.google.firebase:firebase-analytics-ktx:22.3.0
建議*
App Check Play Integrity 供應器 com.google.firebase:firebase-appcheck-playintegrity:18.0.0 必填
App Check SafetyNet 供應器 com.google.firebase:firebase-appcheck-safetynet:16.1.2 必填
App Indexing com.google.firebase:firebase-appindexing:20.0.0 必填
Cloud Messaging com.google.firebase:firebase-messaging:24.1.0
com.google.firebase:firebase-messaging-ktx:24.1.0
必填
Dynamic Links com.google.firebase:firebase-dynamic-links:22.1.0
com.google.firebase:firebase-dynamic-links-ktx:22.1.0
必填
Firebase ML Vision com.google.firebase:firebase-ml-vision:24.1.0 必填
Firebase ML 自訂模型 com.google.firebase:firebase-ml-model-interpreter:22.0.4 必填

* Google Analytics 專用 Firebase SDK 可在任何裝置上傳送事件,但某些自動深入分析資料 (例如客層) 僅適用於搭載 Google Play services 的裝置。