MinmoTech

Results 32 comments of MinmoTech

I tried to use Calibre for my ebooks before, but since I haven't been able to sync reading progress from inside ebook apps with it, it wasn't usable for my...

Thank you so much for this answer, I will report back with any findings!

It seems my problems are actually only happening when running behind TOR. Does anyone have tips for creating connections in that case or is it maybe unsupported? (Though I guess...

@holmesworcester No problem, thanks for the reply! Could you maybe quickly explain how this works on a conceptual level? Since it's not becoming quite clear to me just from the...

Oh wow, it's incredibly cool what you're doing! I didn't know you were even able to use TOR peer-routing this way! Though this is not exactly my use-case, I was...

You need to call ```kotlin import dev.gitlive.firebase.Firebase import dev.gitlive.firebase.FirebaseOptions import dev.gitlive.firebase.firestore.firestore import dev.gitlive.firebase.initialize val app = Firebase.initialize( options = FirebaseOptions( applicationId = "", apiKey = "", databaseUrl = "", gaTrackingId...

I pulled this PR and it does indeed solve my issue https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/315 . So while I haven't thoroughly looked through the code this looks good to me @nbransby

@shepeliev I've found one potential issue but i'm not sure if it's caused by your PR or was there before: As soon as I try to use `Firebase.auth` I get...

Sorry for the ping and thanks for the help!