Skip to content

Instantly share code, notes, and snippets.

@hannachen
Created August 23, 2019 20:43
Show Gist options
  • Save hannachen/53adf6d3c83a86a82d2944e28ab37ffe to your computer and use it in GitHub Desktop.
Save hannachen/53adf6d3c83a86a82d2944e28ab37ffe to your computer and use it in GitHub Desktop.
Create a Shopify App Bridge client
import createApp from ‘@shopify/app-bridge’
const app = createApp({
apiKey: ‘app_api_key’,
shopOrigin: ‘example.myshopify.com’,
forceRedirect: true,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment