This Firebase Authentication error occurs when you attempt to create or update a user with an invalid creation time timestamp.
Fixes auth/invalid-creation-time
# auth/invalid-creation-time: Creation time must be valid UTC date stringauth/invalid-creation-time: Creation time must be valid UTC date string
The error indicates your application is trying to set a user's creationTime field with a value that doesn't conform to Firebase's required UTC date format.
Use ISO 8601 UTC format ending with "Z".
Convert existing timestamps to proper UTC format.
Firebase requires UTC timestamps in ISO 8601 format.