{
users: {
"userid1": {...},
...
},
...
}
I have tried jq stream parser to split the big dump into files like:
- users.json
- chatrooms.json
- ...
So I can then work on individual nodes.But jq fails silently after 12-24 hours of processing. I am still researching this in free time.
If I can just get the keys (like "userid1") I can do the rest from firebase itself.