Skip to content

Commit 85ff411

Browse files
committed
Doc update
1 parent 8db241f commit 85ff411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAdmin/FirebaseAdmin/Auth/FirebaseAuth.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(
241241

242242
/// <summary>
243243
/// Sets the specified custom claims on an existing user account. A null claims value
244-
/// removes any claims currently set on the user account. The claims should serialize into
244+
/// removes any claims currently set on the user account. The claims must serialize into
245245
/// a valid JSON string. The serialized claims must not be larger than 1000 characters.
246246
/// </summary>
247247
/// <exception cref="ArgumentException">If <paramref name="uid"/> is null, empty or longer

0 commit comments

Comments
 (0)