OrderCloud – Building a basic Product Grid – with React Custom Hooks and Google Firebase

As a continuation to my previous posts, let us see how to build a simple Product Grid with OrderCloud using Custom React hooks and Google Firebase ( to store the product images) . I have attached the Organization structure and the Product Catalog structure below. However if you also want to see more about howContinue reading “OrderCloud – Building a basic Product Grid – with React Custom Hooks and Google Firebase”

OrderCloud Catalyst Library’s OrderCloudUserAuthHandler – How to use it and an issue I faced

In the previous post, we have seen how to build a login functionality with OrderCloud using React Contexts. With the same application, to build the product grid for the buyer user, I needed to use the OrderCloudUserAuth attribute to my middleware controller function to authenticate the user. Let us see in detail how to useContinue reading “OrderCloud Catalyst Library’s OrderCloudUserAuthHandler – How to use it and an issue I faced”