6

What is the scenario:

  1. I have an application that is installed on an android device
  2. It is using GoogleMaps & Firebase

Question:

Will GoogleMaps and Firebase used in the application work on future Huawei devices? Since Play Store nor GoogleServices are available?

NPovlsen
  • 337
  • 1
  • 16
Devrath
  • 42,072
  • 54
  • 195
  • 297

2 Answers2

2

No, Your application will only work on Huawei phones having GMS. If you want to make them work on HMS (Huawei non GMS) devices You will have to integrate the relevant kits of HMS.

Shashank
  • 47
  • 5
0

Firebase and Google Maps cannot run on Mate 30, because Google does not allow GMS installation on Huawei phones. That is, Google capabilities provided via GMS are not available on Huawei phones with HMS.

You can use capabilities provided by AppGallery Connect and HMS Core instead. These capabilities are now mature and some of them can run on non-Huawei phones. You can also use HMS Toolkit to quickly integrate HMS capabilities.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108