Skip to content

[FR] - Firebase Admin Lite #2572

Open
Open
@jdgamble555

Description

@jdgamble555

Is your feature request related to a problem? Please describe.
Currently Firebase cannot run on Deno, Cloudflare, Vercel Edge, or Bun (among others). Firebase will mainly be used in Node Serverless environments with Cold Starts, which are unacceptable for many app developers.

Describe the solution you'd like
If you don't require Authentication, you can use the "Firestore Lite" package. However, we cannot use Authentication or the Server Functions in order to keep our session. This is a HUGE problem and limits where Firebase can be deployed.

Describe alternatives you've considered
Using the REST API. However, it is EXTREMELY cumbersome in order to convert JSON data to the data types that REST API uses, as well as the problems handling tokens etc.

Additional context

It would be nice to be able to use the FirebaseServerApp as well, but this would not have ALL the features we may need in other JS environments.

J

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions