https://github.com/appgalleryconnect/agc-web-demos
This repository including all of exsiting demos of AppGallery Connect Service in web.
https://github.com/appgalleryconnect/agc-web-demos
apms authorization authservice bugly cloudfirestore cloudfunction cloudstorage huawei-appgallery javascript remoteconfig web
Last synced: about 2 months ago
JSON representation
This repository including all of exsiting demos of AppGallery Connect Service in web.
- Host: GitHub
- URL: https://github.com/appgalleryconnect/agc-web-demos
- Owner: AppGalleryConnect
- License: apache-2.0
- Created: 2020-12-10T11:11:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T02:14:19.000Z (over 2 years ago)
- Last Synced: 2025-03-26T11:21:43.612Z (2 months ago)
- Topics: apms, authorization, authservice, bugly, cloudfirestore, cloudfunction, cloudstorage, huawei-appgallery, javascript, remoteconfig, web
- Language: JavaScript
- Homepage:
- Size: 1.95 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agc-web-demos
[](./LICENCE)This repo contains the source code for AGC Web Demos, which are developed by the AppGallery Connect team.
These demos enable access to using specific APIs. For more information
about demos, and how to use them, see
[Official Documentations](https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/agc-get-started-web).## Introduction
These are the available plugins in this repository.| Demo | Version | Documentation |
|--------|-----|-----|
| [apms](./apms) | [](./apms) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-apm-getstarted-web)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agc-apm-service-webapi-overview) |
| [authservice](./authservice) | [](./authservice) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-auth-web-getstarted-0000001053612703)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agc-auth-service-webapi-overview-0000001054343230) |
| [clouddb](./clouddb) | [](./clouddb) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-introduction-0000001054212760)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/clouddb-web-overview-0000001127497623) |
| [cloudfunction](./cloudfunction) | [](./cloudfunction) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudfunction-appcall-web)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agc-cloudfunction-webapi-overview) |
| [cloudstorage](./cloudstorage) | [](./cloudstorage) | [Getting Started](https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/agc-cloudstorage-getstarted-web)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/Overview-web) |
| [remoteconfig](./remoteconfig) | [](./remoteconfig) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-remoteconfig-web-getstarted-0000001056501223)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/web-remoteconfig-overview-0000001057829368) |## Precautions
The agc-web-demos project contains 5 independent projects. After downloading the code, you can load different nested projects to the IDE as required. And you can run each project independently.## Question or issues
If you have questions about how to use AppGallery Connect Demos, try the following options:
* [Stack Overflow](https://stackoverflow.com/questions/tagged/appgallery) is the best place for any programming questions. Be sure to tag your question with appgallery or appgallery connect.
* [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101188387844930001) AppGallery Module is great for general questions, or seeking recommendations and opinions.
* [Submit ticket online](https://developer.huawei.com/consumer/en/support/feedback/#/) If you encounter a serious or urgent problem, submit a trouble ticket online to contact Huawei technical support.If you run into a bug in our samples, please submit an [issue](https://github.com/AppGalleryConnect/agc-android-demos/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/AppGalleryConnect/agc-android-demos/pulls) with a fix.