Get the user id associated with the dev credentials.
Future<String?> getUserId() async { final credentials = await loadDevCredentials(); return credentials?.userId; }