Results 3 issues of dogeweb

I would like to contribute to this project via Pull Request or other methods. I have implemented a method to retrieve the followed users and follow/unfollow lists of usernames instead...

**Describe the solution you'd like** Add platform-specific code for iOS, using JetBrains Compose Multiplatform. JB Compose iOS support is now in Alpha [compose-multiplatform/releases/tag/v1.4.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.4.0) and enables the use of UiKit views...

help wanted
type: feature request
priority: p3

the encode function in common-internal -> encoders.kt doesn't use the provided serializermodule in encodesettings ```kotlin @PublishedApi internal inline fun encode(value: T, encodeSettings: EncodeSettings): Any? = value?.let { FirebaseEncoder(encodeSettings).apply { if...