Firebase Admin Lite
Right now you can't host Firebase on Cloudflare, Vercel Edge Functions, Bun, or Deno without using the "Firestore Lite" package. However, there are no "auth" functions, and no access to admin functions. We will need to create server sessions etc on the server. This cannot be done in NON NodeJS environments without the REST API. There needs to be a Firebase Admin Lite package, or the very least add an "auth" lite package.
8
votes
Jonathan Gamble
shared this idea
-
Viktor Pishuk commented
Highly Important
-
Jonathan Gamble commented
https://github.com/firebase/firebase-admin-node/issues/2572 - Please thumbs up this GH issue as well!