I\'m using Firebase (angularfire) and Facebook login in my APP to authenticate my users. However today I realized that the profile image URL had been expired, but the Fireba
Firebase only updates this data after you sign in using a provider:
Sign In again is key here. A user reload will not refresh the user properties.
The top level displayName and photoURL won't be updated though. You will need to do that manually with the relevant API.
If this is not good enough for your needs, you should switch to using the Facebook API.