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 1bbcf2c commit 09cefacCopy full SHA for 09cefac
FirebaseAdmin/FirebaseAdmin.Snippets/FirebaseAuthSnippets.cs
@@ -78,7 +78,7 @@ internal static async Task DeleteUserAsync(string uid)
78
internal static async Task SetCustomUserClaimsAsync(string uid)
79
{
80
// [START set_custom_user_claims]
81
- // Set admin privilege on the user corresponding to uid.
+ // Set admin privileges on the user corresponding to uid.
82
var claims = new Dictionary<string, object>()
83
84
{ "admin", true },
0 commit comments