Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hello Everyone, I'm new to Shopify App Development and Want to use a Node template for Development instead of Remix, with MongoDB database.
I want help from you guys on the following topics(because of not understand docs and not finding what I want to do):-
I want to use the MongoDB database and when I use the default "@shopify/shopify-app-session-storage-sqlite" it saves stores sessions in the local file but when use "@shopify/shopify-app-session-storage-mongodb" store offline session in the "Shopify_sessions" Named collection automatically at the time of installation of app on stores. Now I have following issues/doubt.