firebase-tools
firebase-tools copied to clipboard
Fix the extension overwriting the .firebase RC file when manually changed
Description
This is done by using the .firebaseRC as the source of truth for the project ID, instead of the currentProjectId
signal.
Scenarios Tested
I'm not sure how to test this, as this is a race condition and happens at an undertermined point in time.