Landry Norris

Results 14 comments of Landry Norris

As of now, the Admin SDK has less support for emulators than the client SDKs, so I have set it up using a real Firebase Project. The credentials would have...

I can see the lack of value in sharing the code on the server side. The primary thing I'm looking for is the serialization and coroutine integrations y'all have added,...

In theory, yes, but it uses the admin SDK under the hood, since there's no non-Android client SDK for jvm as far as I can tell, so I personally wouldn't...

@luca992 There was a [discussion](https://kotlinlang.slack.com/archives/C01D6HTPATV/p1659630211722659) about this in the Kotlin Slack. It appears that using Dolphin or Electric Eel (with 7.3 rc or 7.4 beta gradle versions respectively) can recognize...

Glancing through import statements, this shouldn't be too hard to do for most classes (and could be a step towards modernizing the android module with coroutines if that's desired). My...

@tanersener I have created a repo where I started prototyping a port of FFmpegKit supporting KMM. If it looks like I'm on the right track, I can try to complete...

That's fair. There's a couple of options for how to implement this. One solution is to take the approach taken with the Flutter package, where the library provides very lightweight...

@willtoth The description of this PR mentions that it fixes the same issue as #68, but it looks like the change was pulled out of this branch. Is it expected...

It's gcc. Here's the `ar` path: `external\bazel_embedded\toolchains\gcc_arm_none_eabi\gcc_wrappers\windows\ar.bat`. The project compiles successfully on Bazel 4, but fails with the ar command being too long (~8500 characters) when using Bazel 7.

It would be nice to separately have an AndroidWriter that will check if running in unit tests, and delegate to LogcatWriter if running in the app, and CommonWriter if running...