View local firebase database with Stheto on Android
问题 I'm currently building an Android app which uses Firebases realtime database as it's backend. I observed, that getting the children of a node the first time takes longer so I assume, that Firebase uses a local database. However the local files seem to be deleted if the app is killed (even with persistence enabled). I wanted to inspect the local database using Stetho, but I can't find the data in the local databases displayed in chromes developer tools. Is there a way to view how the local