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 5159a30 commit 3532b97Copy full SHA for 3532b97
src/firebase_functions/identity_fn.py
@@ -123,7 +123,7 @@ class AuthUserRecord:
123
The user's primary email, if set.
124
"""
125
126
- email_verified: bool
+ email_verified: bool | None
127
128
Whether or not the user's primary email is verified.
129
@@ -248,7 +248,7 @@ class AuthBlockingEvent:
248
249
locale: str | None
250
251
- The application locale. You can set the locale using the client SDK,
+ The application locale. You can set the locale using the client SDK,
252
or by passing the locale header in the REST API.
253
Example: 'fr' or 'sv-SE'
254
0 commit comments