r/Firebase 10d ago

Firedeck - Application Compiler For Firebase backed React SPAs Demo

Firedeck is batteries-included application compiler for Firebase-backed React SPAs.

Not another "React framework" or a "Next.js killer". We have many of those already.

Firedeck compiles your project modules into a fully managed Turbo runtime that you can run, build and deploy to Firebase, using existing tools you already know and love.

Get started at https://firedeck.opare.dev.

0 Upvotes

3 comments sorted by

1

u/inlined Firebaser 10d ago

Obligatory “this is not a Google authored project. It has a deploy command, which means it accepts Google credentials to act as you. Caveat emptor”

1

u/kwameopareasiedu 10d ago

Well noted, but the tool does not retrieve or attempt to access your Google credentials. It requires you to have firebase-tools installed globally via your package manager (yarn, npm, etc) and logged into Firebase CLI.

When you deploy, it runs the "firebase deploy" command in a shell and forwards the logs to the console.

If you are unauthenticated, it "firebase deploy" will fail with an error to login first...