jsayol / vscode-firebase-explorer

Visual Studio Code extension to explore and manage your Firebase projects
https://devlibrary.withgoogle.com/products/firebase/repos/jsayol-vscode-firebase-explorer
MIT License
148 stars 22 forks source link

Edit documents #7

Open SeriousM opened 5 years ago

SeriousM commented 5 years ago

Hi! Is it possible to add an edit function for the firestore documents? Copying the content is already possible, so I guess pushing the document back wouldn't be a big deal.

What's your thought about this?

jsayol commented 5 years ago

Hi Bernhanrd! Thanks for your suggestion, it's a great idea.

I was thinking I might initially add an "Edit this value" entry to the context menu of document fields to edit each of them individually, and then in the future I might add a way to edit a whole document at once.

Does that sound good to you?

SeriousM commented 5 years ago

That sounds great!

grantmk commented 5 years ago

Def plus 1 for this functionality! Thanks for the plugin!