Should there be any concerns with adjusting UpdateAsync to instead use another place to save data at through HttpService such as Firestore?
I hadn’t directly looked into how frequently ProfileService updates the saved data that could risk hitting a limit but I do like to continue using ProfileService for its session locking and keeping the latest version safely updated at all times. I don’t see ProfileService using GetRequestBudgetForRequestType to throttle itself so I would assume it’s very light in how much it submits an update.