This Firebase Authentication error occurs when you attempt to create or update a user with an invalid creation time timestamp.
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.
auth/invalid-page-token: Next page token in listUsers() is invalid
How to fix "auth/invalid-page-token" when listing Firebase users
Analytics: Code 2 - Event name invalid
How to fix "Analytics: Code 2 - Event name invalid" in Firebase
messaging/UNSPECIFIED_ERROR: No additional information available
How to fix "messaging/UNSPECIFIED_ERROR: No additional information available" in Firebase Cloud Messaging