firebase / firebase/codelab-friendlychat-android

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

Open
#197 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
278
Forks
344
Avg merge
3d 5h
Merged PRs (30d)
4

Description

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)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.