i've been looking @ using angular js 1 page ecommerce application , seems making restful api angular js huge effort.
so have came across firebase , seems make whole restful side of angular js app easy wondering if suitable ecommerce application or if there limitations using this?
any advice great before delve firebase platform.
thanks, nick
using firebase e-commerce ok, there complete solution for building e-commerce apps on top of firebase using angular 4
there 2 caveats in building store using stack.
there no fulltext search in firebase, there no way obtain count of elements inside node. it's huge problem make pretty common things pagination, or filter more 1 product attribute in firebase. in solution above flashlight used handle filters , pages - can read bit more in article, describes how use search queries on e-commerce example.
second problem making store visible google. it's more angular, rather firebase problem. there angular universal purpose, , became part of core angular. wasn't able connect universal firebase. renders forever, because of continuously open connection firebase. , there isn't lot of universal examples now.
Comments
Post a Comment