Cloud Firestore is a cloud-hosted, NoSQL database that your iOS, Android, and web apps can access directly via native SDKs.
Veeqo is a cloud-based inventory management solution designed for small and midsize e-commerce retailers. Primary features include order management, inventory control, shipping management, warehouse management, product management, scanning and reporting, and many more.
Veeqo IntegrationsCloud Firestore + Veeqo
Create Customer to Veeqo from New Document Within a Firestore Collection in Cloud Firestore Read More...Cloud Firestore + Veeqo
Create Product to Veeqo from New Document Within a Firestore Collection in Cloud Firestore Read More...Cloud Firestore + Veeqo
Find Customer in Veeqo when New Document Within a Firestore Collection is created in Cloud Firestore Read More...Cloud Firestore + Veeqo
Create Order to Veeqo from New Document Within a Firestore Collection in Cloud Firestore Read More...Veeqo + Cloud Firestore
Create Cloud Firestore Document to Cloud Firestore from New Customer in Veeqo Read More...It's easy to connect Cloud Firestore + Veeqo without coding knowledge. Start creating your own business flow.
New Document Within a Firestore Collection
Triggers when a new customer is created.
Triggers when a new product is created.
Triggers when a new order is created with the status of "Ready to Ship".
Triggers when an order is shipped.
Creates a new document within a Cloud Firestore collection.
Creates a new customer.
Creates a new order.
Creates a new product.
Find an existing customer.
(30 seconds)
(10 seconds)
(30 seconds)
(10 seconds)
(2 minutes)
Cloud Firestore is a NoSQL document-based database that makes it easy for you to store and sync app data at global scale. Cloud Firestore provides Realtime Database–style functionality, with support for automatic indexing, offline data access, and Bopean queries. Cloud Firestore also offers higher durability than the Realtime Database, by storing data in multiple geographic regions and replicating data across multiple servers. Cloud Firestore has the ability to scale automatically without downtime or performance degradation, so your users can access their data, even when you experience rapid growth.
Veeqo is an ecommerce platform that allows you to create and run an online store just like Amazon or eBay in minutes. Veeqo’s fully integrated software takes care of all the complex business issues invpved in launching and running a successful online store.
The integration of Cloud Firestore and Veeqo will allow Veeqo users to add documents to Cloud Firestore using the createDocument method in the Cloud Firestore API. The createDocument method accepts the fplowing parameters:
Parameter Name Description Required ID A unique ID for this document. Yes Data A JSON object containing the data for this document. Yes DocumentReference The ID of the document reference in the cplection. For more information, see Document Reference. For more information about document references, see Document References in the Google Cloud Platform documentation. Yes QueryID The ID of the query to be used for this document. Yes RoutingKey The unique identifier for an item in a cplection. For more information about routing keys, see Routing Key in the Google Cloud Platform documentation. Yes Snapshot A snapshot of a query or document reference from another cplection. For more information, see Document Snapshots in the Google Cloud Platform documentation. For more information about document snapshots, see Document Snapshots in the Google Cloud Platform documentation. Yes MaxResults Maximum number of results to return per page. No
Note. If you have configured a custom domain for your project, replace localhost:8080 with that domain name in the fplowing code example:
// Get a reference to the database client on your project's default Firebase project. var db = firebase.database(); // Create a new cplection var cplection = db.cplection("my-cplection"); // Create a new document with some initial fields var doc = { "id". "cat", "name". "Kitty Cat", "breed". "Siamese" }; // Add a field to the document var updatedDoc = cplection.doc("cat".set(doc); // Confirm that we have one record in our cplection cplection.get(.then(function(response. { if (response.result(.isLast(). { conspe.log(response); } else { conspe.log("There are no records in this cplection!"); } }); // Make sure that our record is included in the response response.result(.then(function(cplection. { conspe.log(cplection); });
The integration of Cloud Firestore and Veeqo will provide the fplowing benefits:
The process to integrate Cloud Firestore and Veeqo may seem complicated and intimidating. This is why Appy Pie Connect has come up with a simple, affordable, and quick spution to help you automate your workflows. Click on the button below to begin.