-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Needs AttentionThis issue needs maintainer attention.This issue needs maintainer attention.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: authtype: enhancementNew feature or requestNew feature or request
Description
I literally spent hours to understand where this firebase_auth/unknown came from. I finally findout that was my beforeUserCreated override that was too long and thus the call timed out.
Just adding this case in exceptions thrown would be nice to prevent anyone else to have this problem
: 🔴 [AUTH_SERVICE] ERROR in createUserWithEmailAndPassword: [firebase_auth/unknown] An internal error has occurred. [ Error code:47
: 🔴 [AUTH_SERVICE] Error type: FirebaseAuthException
: 🔴 [AUTH_SERVICE] Firebase Auth error code: unknown
: 🔴 [AUTH_SERVICE] Firebase Auth error message: An internal error has occurred. [ Error code:47
: 🔴 [AUTH_SERVICE] Stack trace: #0 FirebaseAuthHostApi.createUserWithEmailAndPassword (package:firebase_auth_platform_interface/src/pigeon/messages.pigeon.dart:1043:7)
: <asynchronous suspension>
: #1 MethodChannelFirebaseAuth.createUserWithEmailAndPassword (package:firebase_auth_platform_interface/src/method_channel/method_channel_firebase_auth.dart:270:22)
: <asynchronous suspension>
: #2 FirebaseAuth.createUserWithEmailAndPassword (package:firebase_auth/src/firebase_auth.dart:230:7)
: <asynchronous suspension>
: #3 AuthService.createUserWithEmailAndPassword (package:fullphysio/services/auth_service.dart:44:22)
: <asynchronous suspension>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs AttentionThis issue needs maintainer attention.This issue needs maintainer attention.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: authtype: enhancementNew feature or requestNew feature or request