Hello, I have a problem with Firebase Realtime Database. When the data increased, I started getting the message:
"Read-only and non-realtime mode activated in the data viewer to improve browser performance.
Select a key with fewer records to edit or view in realtime."
After some research, I found that Firestore is better for storing files.
But storing data there is manual and more complex. Is there a way to import files?
And when importing a file as JSON, how can I load it into an array?