When I work with Firestore for the first time, so many things excited me. It has real-time data, nicely SDK for most languages I can think of.
But when really dig in, I make an accident that drops a collection by thinking it is just a document, the same issue happened to my colleagues, luckily, it is a dev environment, I just need to ask for sample data and insert those again.
I also see some poor Developer experience while using Firestore, for that reason, I decided to write Refi App. So basically, Refi App will help:
- Table view - Give me an overview and I can edit a large number of documents at the same time
- JSON editor - Hey it is NoSQL DB! Why do I need to click click on the form to add or update a document?
- Preview changes - To prevent the issue I got above, no more crashing the app before Demo time
- Hotkeys - I really like the way VSCode with its hotkeys boost my productivity, so that, Refi App should make you love as VSCode did
- Import/Export from JSON/CSV - I think It should help quick recovery the data like my accident
Enough of talking bullshit things, try it on https://refiapp.io/
What a great tool and generous of you for making it open-source. I love using Firebase and was a bit confusing when starting to use it. All the best with the PH launch Thanh π
It sounds as a great app! *_* I believe that defined features will pour a lot of ease into the process! ^_^ Big congrats for the launch! ^_^ Could you tell me please is it integrated with GitHub? :))
@zwlovoy Hi, currently no. My device is not support to build Win32 build, I think you can create a Issue in Github to see if anyone can help on your case
ToDesktop