firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
A Kotlin-first SDK for Firebase
Current behavior blocks sms code user input until auto retrieval timeout is reached. Documentation states it is not recommended to enable user input after sms code retrieval timeout, we should...
Contains enhancement for encoder/decoder and timestamps
How can I implement phone auth using this library on a kotlin/js. I searched at many places and also tried to understand from the source but couldn't get it. Can...
I'm in need of a fix I contributed almost three months ago in #297 (thanks @nbransby) because my team is heading into a big launch. This repo hasn't had a...
if I use `Firebase.auth.signInWithEmailAndPassword(email, password)` on ios instead of getting the specific exception like `FirebaseAuthInvalidCredentialsException` I only get `FirebaseAuthException` with no message text defined. ``` 06-01 08:58:28.796 💚 DEBUG LoginComponent.onLoginPressedlambda-0[async]...
`Kotlin 1.6.21` `Android Studio Chipmunk 2021.2.1. Patch 1` `KMM plugin 0.3.2(212-1.6.10-release-974-IJ)-216` `dev.gitlive:firebase-firestore:1.6.1` and am using cocoapods This issue just popped up for me recently in the past week or two....
Hi! I have an application in which in case of Authentication error I show the prompt what went wrong. Code in shared module : ``` fun sendEmailLink() { _userAuthState.value =...