What is the minimum size of Real-time Database JSON in Firebase? Because when we import large JSON, it switches to the offline mode saying "Read-only & non-realtime mode activated to improve browser performance Select a key with fewer records to edit or view in realtime".
I searched Firebase : Read-only & non-realtime mode activated to improve browser performance and some other relevant sites. Nowhere I found the maximum limit size of file for the real-time database.
I know, it is very obvious, the more small JSON file we put, the more real-time we are. Please don't comment saying "use small size for the real-time database". I want to know the maximum file size for the real-time database.