部分 Firebase Android SDK 依附於 Google Play services,因此只能在已安裝 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? |
---|---|---|
Firebase AI Logic 1 | com.google.firebase:firebase-ai:17.0.0 | 非必要 |
App Check 自訂及偵錯供應商 | com.google.firebase:firebase-appcheck:19.0.0 com.google.firebase:firebase-appcheck-ktx:18.0.0 com.google.firebase:firebase-appcheck-debug:19.0.0 |
非必要 |
App Distribution 個 API | com.google.firebase:firebase-appdistribution-api:16.0.0-beta16 com.google.firebase:firebase-appdistribution-api-ktx:16.0.0-beta15 |
非必要 |
App Distribution | com.google.firebase:firebase-appdistribution:16.0.0-beta16 | 非必要 |
Authentication | com.google.firebase:firebase-auth:24.0.0 com.google.firebase:firebase-auth-ktx:23.2.1 |
非必要 |
Cloud Firestore | com.google.firebase:firebase-firestore:26.0.0 com.google.firebase:firebase-firestore-ktx:25.1.4 |
非必要 |
Cloud Functions for Firebase Client SDK | com.google.firebase:firebase-functions:22.0.0 com.google.firebase:firebase-functions-ktx:21.2.1 |
非必要 |
Cloud Storage for Firebase | com.google.firebase:firebase-storage:22.0.0 com.google.firebase:firebase-storage-ktx:21.0.2 |
非必要 |
Crashlytics | com.google.firebase:firebase-crashlytics:20.0.0 com.google.firebase:firebase-crashlytics-ktx:19.4.4 |
非必要 |
Data Connect | com.google.firebase:firebase-dataconnect:17.0.0 | 非必要 |
In-App Messaging | com.google.firebase:firebase-inappmessaging:22.0.0 com.google.firebase:firebase-inappmessaging-ktx:21.0.2 |
不需要 |
In-App Messaging 多媒體 | com.google.firebase:firebase-inappmessaging-display:22.0.0 com.google.firebase:firebase-inappmessaging-display-ktx:21.0.2 |
不需要 |
Firebase 安裝次數 | com.google.firebase:firebase-installations:19.0.0 com.google.firebase:firebase-installations-ktx:18.0.0 |
非必要 |
Performance Monitoring | com.google.firebase:firebase-perf:22.0.0 com.google.firebase:firebase-perf-ktx:21.0.5 |
非必要 |
Realtime Database | com.google.firebase:firebase-database:22.0.0 com.google.firebase:firebase-database-ktx:21.0.0 |
非必要 |
Remote Config | com.google.firebase:firebase-config:23.0.0 com.google.firebase:firebase-config-ktx:22.1.2 |
非必要 |
1 Firebase AI Logic 之前稱為「Vertex AI in Firebase」,套件為 com.google.firebase:firebase-vertexai
。
Google Play services 必要或建議
產品 | 程式庫 | Google Play services? |
---|---|---|
AdMob | com.google.android.gms:play-services-ads:24.4.0 | 建議 2 |
Analytics | com.google.firebase:firebase-analytics:23.0.0 com.google.firebase:firebase-analytics-ktx:22.5.0 |
建議 2 |
App Check Play Integrity 供應商 | com.google.firebase:firebase-appcheck-playintegrity:19.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:25.0.0 com.google.firebase:firebase-messaging-ktx:24.1.2 |
必填 |
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 | 必填 |
2 Google Analytics 專用 Firebase SDK 可在任何裝置上傳送事件,但部分自動洞察資料 (例如:客層) 僅適用於具備 Google Play services 的裝置。