is firebase admin sdk supported on cloudflare pages?
is firebase admin sdk supported on cloudflare pages?





, im curious doos pages builder recognize the new bun lockfile format bun.lock? seems like it falls back to using npm install.nvmrc with lts/iron in it and i get the following error. looks like deployment doesn't work when using lts/* syntax?.nvmrc to 20, but I'm wondering if it's possible to use the lts/ syntax?Many version managers allow you to use partial versions (e.g. v10) or NodeJS codenames (e.g. lts/hydrogen) in version files, which are resolved at runtime. However, this can be risky as it is not guaranteed that all developers will use the same version, leading to non-reproducibility. In asdf, we prioritize reproducibility, so you cannot use partial versions or codenames in a .tool-versions file.
bun.locklts/ironlts/*15:46:59.046 Detected the following tools from environment: nodejs@lts/iron
15:46:59.046 , npm@9.6.7
15:46:59.046 Installing nodejs lts/iron
15:46:59.046
15:46:59.114 mkdir: cannot create directory '/opt/buildhome/.asdf/installs/nodejs/lts/iron': No such file or directory
15:46:59.582 Trying to update node-build... ok
15:46:59.615 node-build: definition not found: 20
15:46:59.623 Error: Exit with error code: 1
15:46:59.623 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
15:46:59.624 at Object.onceWrapper (node:events:652:26)
15:46:59.624 at ChildProcess.emit (node:events:537:28)
15:46:59.624 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
15:46:59.635 Failed: build command exited with code: 1
15:47:02.391 Failed: error occurred while running build command20lts/