codelab-friendlychat-android
codelab-friendlychat-android copied to clipboard
AuthUI.getInstance().signOut() missing 'this'
Browser: Firefox Browser Browser version: 100.0.2 Operating system: Ubuntu Operating system version: 20.04.4 LTS
What steps will reproduce the problem: On this page: https://firebase.google.com/codelabs/firebase-android#5
There is written: AuthUI.getInstance().signOut():
But it must be: AuthUI.getInstance().signOut(this)
Thank you so much!