Read cookies in Firebase GCP Functions using Hosting Rewrites
I'm using Firebase Functions, and Firebase Hosting. Hosting redirects all traffic to my function. Request cookies are not available when requesting the Hosted site (i.e. not the cloud function URL). Is there no way to access request cookies? I'm migrating…