codelab-friendlychat-android icon indicating copy to clipboard operation
codelab-friendlychat-android copied to clipboard

AuthUI.getInstance().signOut() missing 'this'

Open frijger opened this issue 2 years ago • 1 comments

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)

frijger avatar May 29 '22 11:05 frijger

Thank you so much!

BVelaNova avatar Feb 15 '23 04:02 BVelaNova