We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db241f commit 85ff411Copy full SHA for 85ff411
FirebaseAdmin/FirebaseAdmin/Auth/FirebaseAuth.cs
@@ -241,7 +241,7 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(
241
242
/// <summary>
243
/// 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
+ /// removes any claims currently set on the user account. The claims must serialize into
245
/// a valid JSON string. The serialized claims must not be larger than 1000 characters.
246
/// </summary>
247
/// <exception cref="ArgumentException">If <paramref name="uid"/> is null, empty or longer
0 commit comments