Firebase – How to use Nuxt VueFire Session Cookie with App Check and browser key restrictions?
I am trying to implement Nuxt VueFire with Session Cookie as per the docs. This is my runtimeConfig andvuefire config objects in nuxt.config.ts: runtimeConfig: { public: { // Nuxt auto replaces values with matching .env values prefixed with NUXT_PUBLIC brandName:…