A collection of Kotlin classes designed for auditing and backing up a Firebase Realtime Database structure into a local JSON file using modern Coroutines and the KTX libraries.
- Asynchronous data fetching via Coroutines (
await()). - JSON building from
DataSnapshot(handling nested structures and types). - File saving to private external storage.
- Project health check to verify connectivity.