I wrote a Strapi app and want to deploy it to Firebase functions. I didn’t find any tutorial on the internet
I think that’s not possible, because firebase functions need to be stateless (Every transaction is performed as if it were being done for the very first time). And more importantly the structure and nature of strapi is a statefull app. May an app on a framework like express