Refi App
p/refi-app
Open-source Firestore UI tool
Thanh Le
Refi App β€” Open-source Firestore UI tool
Featured
15
β€’
An open-source GUI tool to make interacting with Firestore less painful
Replies
Dave Jeffery
I love this. It works great. The official Firestore UI is slow and difficult to navigate. This fixes all those issues. πŸ™
Thanh Le
@davej Hey thanks, That is exactly what I want to solve with Refi App. Let's take it further
Thanh Le
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/
Hieu
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 πŸš€
Thanh Le
@hieussr1 Hi, I'm really happy that you like it. Hopefully, it can help you with Firebase πŸ˜†
Duy NhαΊ₯t
For anyone struggling with Firebase UI and even GCP UI, this is the one. Thanks @thanh_le6 for creating this. Nice export feature btw.
Thanh Le
@_darkpiv πŸ€ͺ
Ibrahima MOUNKORO
Hey @thanh_le6 , This is an amazing idea you've developped . Thank you so much.
Artem Kuzenko
Hey! Cool idea )
Thanh Le
@temiko Thanks, hope it helps :)
Maria
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? :))
Zac Lovoy
The Win32 build seems to be missing from the 0.0.10 build at https://github.com/thanhlmm/refi... (it's there for older builds), is it coming soon?
Thanh Le
@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