Edric Chan
Edric Chan
Currently, the documentation for creating a [settings page with PreferenceFragment](https://github.com/codepath/android_guides/wiki/Settings-with-PreferenceFragment) covers using the old Android Support v7 library, which has since been deprecated in favour of AndroidX's Preference library.
There should be issue templates to guide others on what to fill in when submitting a new guide/feature request/issue.
## Type of Issue ``` [ ] Bug Report [x] Feature Request ``` ## Description Currently, contributing to this project can be hard especially for beginners like me who do...
See #50 This PR bases most of the changes from #51 which added the plugin marker for google-services-plugin. It also adds a separate `publish.gradle` file which previously did not exist.
It appears that some `actual` classes' constructors are marked as `internal`: https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-auth/src/androidMain/kotlin/dev/gitlive/firebase/auth/user.kt#L11 https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-database/src/androidMain/kotlin/dev/gitlive/firebase/database/database.kt#L59 https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-functions/src/androidMain/kotlin/dev/gitlive/firebase/functions/functions.kt#L28 https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-functions/src/jsMain/kotlin/dev/gitlive/firebase/functions/functions.kt#L25 while there are others that are effectively `public`: https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-auth/src/androidMain/kotlin/dev/gitlive/firebase/auth/user.kt#L60 https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-auth/src/androidMain/kotlin/dev/gitlive/firebase/auth/user.kt#L75 https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-firestore/src/androidMain/kotlin/dev/gitlive/firebase/firestore/firestore.kt#L40 https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/be99f63ddee58328f9ca8acc873a82e397c40d5a/firebase-storage/src/androidMain/kotlin/dev/gitlive/firebase/storage/storage.kt#L49 ## Context I...
| Library | Class | Member | Platforms | | :-- | :-- | :-- | :-- | | firestore | `Query` | `toObjects` | Android | | firestore |...
### Describe the bug When using v16 of the [`graphql` dependency](https://npmjs.com/package/graphql), an error very similar to #380 appears when the SvelteKit app is run. ### Severity serious, but I can...
Publishing to Maven Central would allow for easier discoverability and removes the need of having to add an [additional Maven repository](https://jitpack.io). See [the OSSRH publishing guide](https://central.sonatype.org/publish/publish-guide/) for more info
Currently, the site only has support for retrieving the name of the icons for use with the CSS font. The current site on Material.io has support for this.
This extension is a nice addition which could potentially simplify the creation of a GitHub Action. However, I still have to manually type the syntax and there's currently no autocompletion...