Moe03 / firebase-admin-rest

Firebase admin wrapper on REST apis works on Vercel edge functions, cloudflare workers, bun, deno or any js runtime.
MIT License
2 stars 0 forks source link

NodeJS env doesn't work #3

Open Moe03 opened 2 weeks ago

Moe03 commented 2 weeks ago

Of course if you're working on NodeJS env its better to just use the official firebase-admin sdk as we're specificallly using packages that only work on cloudflare workers (in built crypto.subtle), this will be changed tho soon to support nodejs env as well

Moe03 commented 2 weeks ago

Update: crypto.subtle is implemented on nodejs 22 https://nodejs.org/api/webcrypto.html