FirePopulate helps you test your app by quickly populating dummy data to your Firebase backend. You can generate dummy JSON data through a free service like Mockaroo. Once you have your dummy JSON array, simply go to FirePopulate, input it in the specified field, as well as your firebase config (as valid JSON). Then choose which database you want to populate, and which collection / node you want to populate it to. Click Populate and you're done!
OBS: If you choose to populate your RealtimeDB, the specified node will be replaced with the provided JSON data.
- Clone this repository
- Run
npm install
- Run
npm run dev
- Go to
http://localhost:3000