GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Make setUserId accept nullable user id to clear user id. #570

Closed Qw4z1 closed 3 months ago

Qw4z1 commented 3 months ago

setUserId needs to take a nullable String (currently non-nullable), so that user id can be cleared. Useful for instance at logout.