[Solved] Twitter Auth - not rendering any properties & {{currentUser}}

I’m learning about logging in and following this tutorial, which worked fine last night. However, today, when I try

 {{services.twitter.profile_image_url}}

or name or screen name, or anything, it doesn’t render. I’m still logging in via twitter and the user is in the database. Any idea why it’s not rendering the data, and also is using {{currentUser}} the best way to go to check if a user is logged in?

tia,

Solved. Added “currentUser.twitter.profile_image_url” and that fixed it, I guess since it was in a {#if currentUser}} block.

I always figure stuff out shortly after posting the question. But still, currentUser the way to go?