Closed
Description
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
try await auth.signIn(with: credential.credential)
I'm using Python 3.11 and firebase functions version 0.11.0. Could you please check the problem?
Best regards,
Yury Hayeu