currentUserProfileProvider top-level property
The signed-in user's own profile, from the replica.
Answers straight away from what the device holds, offline included, and waits for the first sync on a device that holds nothing yet.
Implementation
@ProviderFor(currentUserProfile)
final currentUserProfileProvider = CurrentUserProfileProvider._();