Fix lỗi Crash với Firebase

1. Lỗi [libFirebaseCppApp-11_5_0.so] firebase::Mutex::Acquire()

  • Lỗi này thường báo ở Play Console

  • Cách fix: nâng phiên bản Firebase sử dụng phiên bản 12.1.0

2. Lỗi reCAPTCHA

  • Lỗi: The version is deprecated, please upgrade to a non-deprecated version: https://cloud.google.com/recaptcha/docs/deprecation-policy-mobile A critical security vulnerability was discovered in reCAPTCHA Enterprise for Mobile. The vulnerability has been patched in the latest SDK release. Customers will need to update their Android application with the reCAPTCHA Enterprise for Mobile SDK, version 18.4.0 or above. We strongly recommend you update to the latest version as soon as possible.

  • Cách fix: nâng phiên bản Firebase sử dụng phiên bản 12.1.0

Last updated