Picture from Firebase is not updating in compose
When i click picture it updates in firebase storage, but doesn't updates in my ui. But if i click this picture again, it will update in the ui. Code: var user by remember { mutableStateOf( if(signInWithGoogle) { User( profilePictureUrl =…