-->
Fuego 0.27 adds full support for Firestore's 'bytes' data type, resolves an emulator issue, improves Google token handling, and updates keyboard shortcuts on Windows.
Firestore supports a variety of data types, but working with bytes has always been a pain—especially through the Firebase Console, where there’s no UI for reading or editing binary values. This changes with Fuego 0.27, which introduces first-class support for the bytes data type, making it easier to inspect, edit, and manage binary data in your Firestore documents.
Why bytes Matter
Whether you’re storing file previews, encrypted data, or any compact binary structure, bytes are a crucial part of many Firestore models. Unfortunately, the default Firebase Console doesn’t even try—byte fields are essentially invisible or unusable.
Fuego fills that gap with:
You no longer need to write custom scripts or use external tools just to view or update a simple byte array.
While bytes support is the main highlight, version 0.27 also includes:
Fuego 0.27 is available for macOS (Apple Silicon and Intel) and Windows (beta preview). If you’re working with binary data in Firestore, this update is worth grabbing right away.
Want to be notified when the Linux version is released? Join the waitlist