Skip to content

Commit 3532b97

Browse files
authored
chore: Update AuthRecord type (#152)
1 parent 5159a30 commit 3532b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firebase_functions/identity_fn.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class AuthUserRecord:
123123
The user's primary email, if set.
124124
"""
125125

126-
email_verified: bool
126+
email_verified: bool | None
127127
"""
128128
Whether or not the user's primary email is verified.
129129
"""
@@ -248,7 +248,7 @@ class AuthBlockingEvent:
248248

249249
locale: str | None
250250
"""
251-
The application locale. You can set the locale using the client SDK,
251+
The application locale. You can set the locale using the client SDK,
252252
or by passing the locale header in the REST API.
253253
Example: 'fr' or 'sv-SE'
254254
"""

0 commit comments

Comments
 (0)