Skip to content

Firebase Cloud Functions; Backend for Simple Image Ecommerce

Notifications You must be signed in to change notification settings

highjump0615/SimpleImageEcommerce_Cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Firebase Cloud Functions; Backend for Simple Image Ecommerce

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages