Dynamic open graph images for social media sharing on an ionic capcitor react app
I am building an image based food diary that automagically does AI analysis of food items and nutrition from a picture of a plate of food. This is super shareable on social. We want to be able to create dynamic unfurls in social sharing channels by adding the image, title and description to the Opengraph tags for each meal to share. This is difficult with an ionic capacitor app built in React as it cannot use Next.js for server side rendering. I am hosting my backend on Google Firebase, How do I do this?