pistolcaffe

Results 3 issues of pistolcaffe

For ef_ic_done_white currently in use in the library, it seems that the icon is not clearly visible when i select a white image. I wonder if there is a way...

enhancement
custom components

https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/firebase-app/src/iosMain/kotlin/dev/gitlive/firebase/firebase.kt ``` actual class FirebaseApp internal constructor(val ios: FIRApp) { actual val name: String get() = ios.name actual val options: FirebaseOptions get() = ios.options.run { FirebaseOptions(bundleID, APIKey!!, databaseURL!!, trackingID, storageBucket,...

**describe what you want to archive** I am going to create a user guide page for my app and I need to crawl that page in my app. (I need...

question