Infeasible
Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
Hello,
Thank you for reaching out to us!
It seems your request is related to Firebase or its Firestore. Unfortunately, we cannot proceed with this request from the
For now, I'll proceed to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to
Thank you for your understanding and collaboration!
Description
Currently, Firebase Admin SDK cannot run outside of a NodeJS environment. This means it cannot run on Cloudflare (Workers), Vercel Edge (Workers), Deno, Bun, or other non-NodeJS environments. The only work-around is to use the REST API, which is an incredible amount of work just to convert each JSON object to a compatible REST object.
While there is Firestore Lite, which can run in these environments, there is no ability to use authentication, session management, or anything other than a basic public fetch.
Firebase is limited in where it can be run.