ikismail / Angular-ShoppingCart

ShoppingCart (Ecommerce) 🛒 Application using Angular10, Firebase, PWA, Drag&Drop, Materialized Bootstrap and i18n 🚀🔥👨‍💻
https://angular-shoppingcart.firebaseapp.com/
MIT License
621 stars 387 forks source link

Support for Firebase Cloud Firestore database #61

Open schaudhary111 opened 4 years ago

schaudhary111 commented 4 years ago

This request is for enhancement of backend Database model.

Firebase from Google offers two types of cloud-based client-accessible database solutions —

  1. Realtime Database
  2. Cloud Firestore

Cloud Firestore is a successor to the Realtime Database with a new and more intuitive data model. It is richer, faster, and more scalable having less pricing than the Realtime Database.

It would be really great if this project also supports Firebase Cloud Firestore database.

ikismail commented 4 years ago

@schaudhary111 Thanks for your request, I have already planned to update this project with firestore. I'll try to enhance this feature ASAP.

schaudhary111 commented 4 years ago

@schaudhary111 Thanks for your request, I have already planned to update this project with firestore. I'll try to enhance this feature ASAP.

Thanks @ikismail , Also it will be great if product image can be uploaded from local system to firebase storage while adding a new product instead of providing url.