项目作者: highjump0615

项目描述 :
Firebase Cloud Functions; Backend for Simple Image Ecommerce
高级语言: TypeScript
项目地址: git://github.com/highjump0615/SimpleImageEcommerce_Cloud.git
创建时间: 2019-03-22T13:25:56Z
项目社区:https://github.com/highjump0615/SimpleImageEcommerce_Cloud

开源协议:

下载


Simple Image Ecommerce Cloud Funtions

Firebase Cloud Functions; Backend for Simple Image Ecommerce

Overview

Working with Ionic App and Admin panel

1. Main Features

Auto-increment total order numbers and cost to track them in Dashboard admin page.

2. Techniques

Cloud Functions are single-purpose JavaScript functions that are executed in a secure, managed Node.js environment.

This is done by updating order_count and order_amount property when a new order is added.

Reference

Much inspired by Tracking the number of elements in a list in Firebase Clound Functions Samples.

Need to Improve

Recount the properties from data when they are deleted