Dovydas Keršys
Dovydas Keršys
@ptitSeb is it just the test that is failing (so disabling the test would not break functionality) or is it not compiling correctly which causes the test to fail (in...
So on Linux, that fixes the issue. But my main client is a MacOS machine, so I used the -g option and followed the instructions to add the rules: pfctl...
No, haven't solved it
Would it be possible to add these symbols or needed libs?
I wrote a simple implementation using [this](https://github.com/whyoleg/cryptography-kotlin) cryptography library: ``` import dev.whyoleg.cryptography.CryptographyProvider import dev.whyoleg.cryptography.algorithms.AES import dev.whyoleg.cryptography.algorithms.AES.Key import io.github.xxfast.kstore.Codec import io.github.xxfast.kstore.DefaultJson import io.github.xxfast.kstore.KStore import kotlinx.io.buffered import kotlinx.io.files.FileNotFoundException import kotlinx.io.files.Path import kotlinx.io.files.SystemFileSystem...
Same problem. Works on the emulator, but on my Pixel 9 Pro (Android 16) it clear the user when the app relaunches.
Not much help, but what's interesting is that it started randomly working again after 2 days, I'm pretty sure that I didn't change anything to do with firebase...