[Experimental] Serverless Shopify App w/ Gatsby & Firebase
This Gatsby starter is a serverless Shopify app built using Firebase hosting and Firebase functions. It allows for authenticated Shopify app access. Please note that this app is not yet production ready and is still under development towards a stable release.
To install the Gatsby starter and set it up, follow these steps:
yarn or npm install in your terminal to install all dependencies.npm i -g firebase-cli.firebase login in your terminal..env.development in the root of the project and copy the Project ID from the General Settings page in the Firebase Console into the file. Set this value as FIREBASE_PROJECT_ID=.SHOPIFY_APP_API_KEY in the .env.development file.firebase login to login and authenticate.firebase init functions and select the project you created in step 4.The Gatsby Starter Shopify AppCircleCI is a serverless Shopify app built using Firebase hosting and Firebase functions. It includes features such as Firestore Realtime DB, serverless functions API layer, Shopify Polaris integration, application charge logic, and more. This guide provides step-by-step instructions for installing and setting up the Gatsby starter theme.