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
To not loop over the index of all subscribers all the time, I suggest introducing a lastChanged timestamp for every user, saved with the index, which will be updated erverytime a user uploads a new image.
This way we just need to check the timestamps, if anything changed.
The text was updated successfully, but these errors were encountered:
To not loop over the index of all subscribers all the time, I suggest introducing a lastChanged timestamp for every user, saved with the index, which will be updated erverytime a user uploads a new image.
This way we just need to check the timestamps, if anything changed.
The text was updated successfully, but these errors were encountered: