You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample app is cool. I am wondering why there are some unnecessary stuff, for ex:
if (subscription == null || (subscription != null && subscription.isUnsubscribed())){...}
Logically, you don't need this part: subscription != null &&