You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing a crash when a new user is created via the Apple or Google provider for the @identity_fn.before_user_created() trigger. The stack trace is as follows:
User authentication is done using firebase-ios-sdk and the source code is the following
Hello @yura-hb. Python is throwing a KeyError which means that the email_verified key does not exist in token_data. Could you confirm this by logging out the contents of token_data?
Hi,
I'm experiencing a crash when a new user is created via the Apple or Google provider for the
@identity_fn.before_user_created()
trigger. The stack trace is as follows:User authentication is done using firebase-ios-sdk and the source code is the following
I'm using Python 3.11 and firebase functions version 0.11.0. Could you please check the problem?
Best regards,
Yury Hayeu
The text was updated successfully, but these errors were encountered: