Hi, I have a shopify related query, I am actually planning to build a theme app extension, which is supposed to be in react mostly, and I am supposed to read some inventory data in that and due the app being in react I can't use the variables from liquid, so is it ok if I integrate the Shopify's storefront-api-client into my app? My app is actually going to be a public app so I need to store the public access token for the storefront api client in my database, is this ok to do? or is there another way of doing this? Thanks.