2

I am developing an application using Flutter and integrating some Huawei Kit into the application. My final aim is to deploy it into the Huawei App Gallary.

However, I am using Firebase Firestore Database as the database for my project previously. But it seems not to work on Huawei devices. 

Is there any database option that can be used in the Flutter Project to replace the Firebase Firestore which can be used on Huawei devices?

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
Foody
  • 177
  • 1
  • 10

2 Answers2

0

You could use Huawei Cloud DB as an alternative.

Huawei Cloud DB is a device-cloud synergy database product that provides data synergy management capabilities between the device and cloud, unified data models, and various data management APIs. In addition to ensuring data availability, reliability, consistency, and security, CloudDB enables seamless data synchronization between the device and cloud, and supports offline application operations, helping developers quickly develop device-cloud and multi-device synergy applications.

For details, You could follow this to integrate the Cloud DB plugin for Flutter.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
0

you can try huawei CloudDB Service. Find the guides here.

Maysim
  • 1
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Oct 08 '21 at 14:58