It works, but I often get flashes of the default images until the helper function that delivers the profile image link is ready.
How should I combat issue like that in general? Is there a builtin loading animation in blaze? I do have the meteor velocity package installed…is that a common use for it?
The best solution here is to track ready state and only display the image when the data has loaded. That will save you the flash of default icon.
You might need to add your own user publication so that you can subscribe to it and get all the subscription ready helpers.
Then in your onCreated you can subscribe: