1

This is the first time I'm uploading an app to the App Gallery and I've read about things like HMS and other related things there are to know however I'm still not sure about the two things I'm using in my app. I'm going to submit the app I've built to Huawei AppGallery. I have only used two things:

  1. Google SignIn (Not with Firebase, it's done with OAuth 2.0 on Google Cloud)
  2. Firestore (From the firebase stack only Firestore is used)

My question is will both of these services work on Huawei phones which is without GMS? As I don't think any of these are related to GMS and I Understand that some services like Push notifications if implemented from firebase will not work etc, but at the moment I'm only interested in these two services.

If not then, I'm using react native so is there a way to check if the user is from a Huawei phone that doesn't have GMS?

Chaudhry Talha
  • 7,231
  • 11
  • 67
  • 116

1 Answers1

0

Your app can be released to Huawei AppGallery normally.

My question is will both of these services work on Huawei phones which is without GMS? As I don't think any of these are related to GMS and I Understand that some services like Push notifications if implemented from firebase will not work etc, but at the moment I'm only interested in these two services.

Huawei do provide an Android Virtual Device called Cloud Debugging of AppGallery Connect to test your app for Huawei Devices.You can run your app on the latest and most popular Huawei devices to test app functions.

For details, you can see this answer.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
  • Good resource about how to test for Huawei devices, but it doesn't fully answer OP's question though. I am facing a problem with Firebase Auth and Firebase Firestore when the app is run on Huawei devices. Anyone know how to workaround this significant problem, without breaking the code, which works perfectly on other Android and iOS devices? – Ramanathan Sep 21 '21 at 09:50