Hey there, first, I assume you are using Custom Authentication. I would say just ignore the error if you are reading it from the custom editor of FlutterFlow. Can you try and run it in Test Mode or on device?
@@learnfflow Thank you for your quick reply. As you recommended I excluded the code from compilation, yet, I receive the following error when the action tries to update the auth user data. currentUser?.loggedIn ?? false "User must be logged in to update auth user data." I even to sign in with authManager.signin but it did not help.
Hi, thank you for the video, authManager is unknown to flutter flow even when you import the package '../../auth/custom_auth/auth_util.dart'.
Hey there, first, I assume you are using Custom Authentication. I would say just ignore the error if you are reading it from the custom editor of FlutterFlow. Can you try and run it in Test Mode or on device?
@@learnfflow Thank you for your quick reply. As you recommended I excluded the code from compilation, yet, I receive the following error when the action tries to update the auth user data. currentUser?.loggedIn ?? false
"User must be logged in to update auth user data."
I even to sign in with authManager.signin but it did not help.