Kaizen Today I Learned by Ville Säävuori

Posts tagged nosql

Export Firebase Database to JSON

Even though Goole Firebase documents look and feel like JSON, it’s surprisingly painful to export a database as a plain JSON file. (I assume this is 100% because they want to keep the vendor lock-in.) Not surprisingly there are NPM packages that help. Here’s the fastest and simplest way I managed to export a very small Firebase DB to JSON:

· Read the full article →