skip to Main Content

Flutter errors when I log out

I have several errors in my project when an user logs out. The errors are like this: Notifying id token listeners about a sign-out event. D/FirebaseAuth( 8062): Notifying auth state listeners about a sign-out event. W/Firestore( 8062): (24.7.0) [Firestore]: Listen…

VIEW QUESTION

Firebase – Update Kotlin Flow on value change

I'm using this code to get my user from the Firebase Realtime Database in my Android app: private var _user = getUser(firebaseAuth.currentUser?.uid ?: "NULL") .stateIn(viewModelScope, SharingStarted.WhileSubscribed(), null) The idea is that I can get flow updates about the user from…

VIEW QUESTION
Back To Top
Search