Backup Orders to the Cloud using Pub/Sub

This article will talk about how to use a small amount of code to push order data to pub/sub where we can then run a google cloud function to save the data to google cloud storage. Create a Pub/Sub Topic, such as woo-orders. Simple Cloud Function to send data to Pub/Sub. Now that are order […]