DaC
June 2, 2025, 10:13pm
23
@Christopher_Estep take a look on these topics:
access to the code backend
[Captura de tela 2025-05-23 081200]
Source Control tab
[Captura de tela 2025-05-23 081353]
… where you click to access Commit / Changes options
this is also where your files waiting to commit/stage/changed will display
The flow works like this:
A file is edited = Changes (this gonna show on that section)
Staged = when you mark a file that you believe is ready to commit
Commit = Staged files will be grouped on a saved “Source Control Graph” which is your Commi…
Background:
People trying to bring their existing project (local machine, github, other cloud, etc) realize they can’t use the prototyper interface, only the code view, which uses a different model.
With time the prototyper context memory gets huge and this ends up causing some troubles:
Slow Speeds
Frequent VM locks (Infinite Loading - reset needed)
Uncomplete interactions
Reduced Context Precision
Old code being randomly and frequently reintroduced
Additional errors like exceeding input tok…
both have very detailed information on how to work with the backend from firebase studio where you’ll find things like the project’s backups (Source Control), terminal, etc.