Hi Everyone,
I want to add some data into the Shopify database to be used by every instance of the store. Currently, I am using firebase for this. But I want to remove the dependency on 3rd party database.
Is there any way I may be able to use Shopify’s internal database and make a new table for storing some custom data?
So the only solution is to use a 3rd party database for these type of problems?
Hi,
It all depends what you are doing. Are you building an app or something like that?
What is the use case of the table you want to create?
I am having an enquire form on some products in my store. On submitting the form, I want to store the user data.