Rework data storage for artifact

Storing large json in Firebase firestore is actually not possible.
It's not possible either to upload json files to Firebase storage directly from nodejs 🙄
Ended up using Firebase Database to store my json, but I would take any recommendation on how to easily store large jsons (ideally using Firebase/Google cloud for ease of integration with existing tools)