Sự phụ thuộc của SDK Android của Firebase trong Dịch vụ Google Play

Một số SDK Firebase cho Android phụ thuộc vào Google Play services, tức là chúng sẽ chỉ chạy trên các thiết bị và trình mô phỏng đã cài đặt Google Play services. Các SDK Firebase này giao tiếp với dịch vụ nền Google Play services trên thiết bị để cung cấp một API an toàn, mới nhất và gọn nhẹ cho ứng dụng của bạn. Một số thiết bị Android, chẳng hạn như thiết bị Amazon Kindle Fire hoặc những thiết bị được bán ở một số khu vực, không cài đặt Google Play services.

Những SDK Firebase Android nào yêu cầu Google Play services?

Firebase SDK có thể được chia thành 3 danh mục:

  • Play services bắt buộc – Các SDK này yêu cầu Google Play services, nếu không thì chúng sẽ không có chức năng.
  • Play services nên dùng – Các SDK này yêu cầu Google Play services phải có chức năng đầy đủ, nhưng vẫn cung cấp hầu hết các chức năng ngay cả khi không có Google Play services.
  • Không bắt buộc phải có Play services – Các SDK này không yêu cầu Google Play services để có đầy đủ chức năng.

Các bảng dưới đây chỉ chính xác đối với bản phát hành mới nhất của từng SDK. Một số phiên bản cũ có thể có các yêu cầu nghiêm ngặt hơn.

Google Play services không bắt buộc

Product Thư viện Google Play services?
Firebase AI Logic 1 com.google.firebase:firebase-ai:17.0.0 Không bắt buộc
App Check nhà cung cấp tuỳ chỉnh và gỡ lỗi 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
Không bắt buộc
API App Distribution com.google.firebase:firebase-appdistribution-api:16.0.0-beta16
com.google.firebase:firebase-appdistribution-api-ktx:16.0.0-beta15
Không bắt buộc
App Distribution com.google.firebase:firebase-appdistribution:16.0.0-beta16 Không bắt buộc
Authentication com.google.firebase:firebase-auth:24.0.0
com.google.firebase:firebase-auth-ktx:23.2.1
Không bắt buộc
Cloud Firestore com.google.firebase:firebase-firestore:26.0.0
com.google.firebase:firebase-firestore-ktx:25.1.4
Không bắt buộc
Cloud Functions for Firebase Client SDK com.google.firebase:firebase-functions:22.0.0
com.google.firebase:firebase-functions-ktx:21.2.1
Không bắt buộc
Cloud Storage for Firebase com.google.firebase:firebase-storage:22.0.0
com.google.firebase:firebase-storage-ktx:21.0.2
Không bắt buộc
Crashlytics com.google.firebase:firebase-crashlytics:20.0.0
com.google.firebase:firebase-crashlytics-ktx:19.4.4
Không bắt buộc
Data Connect com.google.firebase:firebase-dataconnect:17.0.0 Không bắt buộc
In-App Messaging com.google.firebase:firebase-inappmessaging:22.0.0
com.google.firebase:firebase-inappmessaging-ktx:21.0.2
Không bắt buộc
In-App Messaging Màn hình com.google.firebase:firebase-inappmessaging-display:22.0.0
com.google.firebase:firebase-inappmessaging-display-ktx:21.0.2
Không bắt buộc
Firebase lượt cài đặt com.google.firebase:firebase-installations:19.0.0
com.google.firebase:firebase-installations-ktx:18.0.0
Không bắt buộc
Performance Monitoring com.google.firebase:firebase-perf:22.0.0
com.google.firebase:firebase-perf-ktx:21.0.5
Không bắt buộc
Realtime Database com.google.firebase:firebase-database:22.0.0
com.google.firebase:firebase-database-ktx:21.0.0
Không bắt buộc
Remote Config com.google.firebase:firebase-config:23.0.0
com.google.firebase:firebase-config-ktx:22.1.2
Không bắt buộc

1 Firebase AI Logic trước đây có tên là "Vertex AI in Firebase" với gói com.google.firebase:firebase-vertexai.

Product Thư viện Google Play services?
AdMob com.google.android.gms:play-services-ads:24.4.0 Đề xuất 2
Analytics com.google.firebase:firebase-analytics:23.0.0
com.google.firebase:firebase-analytics-ktx:22.5.0
Đề xuất 2
App Check Nhà cung cấp dịch vụ Tính toàn vẹn của Play com.google.firebase:firebase-appcheck-playintegrity:19.0.0 Bắt buộc
App Check Nhà cung cấp SafetyNet com.google.firebase:firebase-appcheck-safetynet:16.1.2 Bắt buộc
App Indexing com.google.firebase:firebase-appindexing:20.0.0 Bắt buộc
Cloud Messaging com.google.firebase:firebase-messaging:25.0.0
com.google.firebase:firebase-messaging-ktx:24.1.2
Bắt buộc
Dynamic Links com.google.firebase:firebase-dynamic-links:22.1.0
com.google.firebase:firebase-dynamic-links-ktx:22.1.0
Bắt buộc
Firebase ML Thị lực com.google.firebase:firebase-ml-vision:24.1.0 Bắt buộc
Firebase ML Mô hình tuỳ chỉnh com.google.firebase:firebase-ml-model-interpreter:22.0.4 Bắt buộc

2 SDK Firebase cho Google Analytics có thể gửi sự kiện trên mọi thiết bị, nhưng một số thông tin chi tiết tự động (chẳng hạn như thông tin nhân khẩu học) chỉ có trên các thiết bị có Google Play services.