I need to export my Firabase database as JSON via the Firebase console, however when I do so I get the following message in the JSON file:
Data requested exceeds the maximum size that can be accessed with a single request
How can I fix this?
Additional details:
This is the function I use in the console:
EDIT:
I found this question that tried to access "too big" data from a Firebase client. I presume the two are related (Firebase limit). However I would have expected the Firebase console UI to provide that error message when exporting and ask the user whether or not to split the export in multiple files. I believe that this is a UX bug in the JSON Export functionality of the Firebase console (should be greyed out if not possible to export or should allow the user to tune the file size).