GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.11k stars 153 forks source link

Add decoding Boolean from Number and String #549

Closed shepeliev closed 3 months ago

shepeliev commented 3 months ago

This PR fixes crash when Number or String value is de-serialized into Boolean. Also it may be as a workaround for #275.