dddenis Asked: 2020-10-15 07:04:02 +0800 CST 2020-10-15 07:04:02 +0800 CST 2020-10-15 07:04:02 +0800 CST Is it possible to modify the size of the Firebase cache in Android? 772 It is possible somehow to set the size of the firebase cache in Android, currently it is 10 MB. android 1 Answers Voted Best Answer Jorgesys 2020-10-15T07:20:58+08:002020-10-15T07:20:58+08:00 Your question is a question that I also had when working with Firebase: By default, 10MB of previously synced data can be cached. What I can tell you is that at the moment there is no way or method exposed to make this change. https://firebase.google.com/docs/reference/android/com/google/firebase/database/FirebaseDatabase It will surely be implemented when there is a payment model haha! =(
Your question is a question that I also had when working with Firebase:
What I can tell you is that at the moment there is no way or method exposed to make this change.
https://firebase.google.com/docs/reference/android/com/google/firebase/database/FirebaseDatabase
It will surely be implemented when there is a payment model haha! =(