-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Authentication doesnt work! both phone sign in and google, possibly more. when i fire a auth action, app chrashes and i get this error:
FirebaseAuth/PhoneAuthProvider.swift:112: Fatal error: Please register custom URL scheme app-1-XXXXXXXX-ios-XXXXXXXXX in the app's Info.plist file. (X to hide scheme)
Lost connection to device.
OR:
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: SignInWithAppleAuthorizationException(AuthorizationErrorCode.unknown, Handlingen kunne ikke udføres. (com.apple.AuthenticationServices.AuthorizationError fejl 1000.))
#0 MethodChannelSignInWithApple.getAppleIDCredential (package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dart:86:7)
#1 appleSignIn (package:orbit3/auth/firebase_auth/apple_auth.dart:43:27)
#2 FirebaseAuthManager._signInOrCreateAccount (package:orbit3/auth/firebase_auth/firebase_auth_manager.dart:309:30)
#3 _AuthLoginWidgetState.build. (package:orbit3/authentication/auth_login/auth_login_widget.dart:717:57)
#4 _FFButtonWidgetState.build. (package:orbit3/flutter_flow/flutter_flow_widgets.dart:135:19)
Lost connection to device.
It has worked up until this morning. i didnt edit anything regarding auth, but i did update flutterflow.
i also got this error at one point:
Error (Xcode): Build input file cannot be found: '/Users/XXX/Library/Application Support/io.flutterflow.prod.mac/XXX/ios/Runner/GoogleService-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
Expected Behavior
I would expect authentication to work after update.
When i reinstall an earlier version of flutterflow, everything works again.
Steps to Reproduce
- setup auth (google, phone, apple)
- generate firebase config
- see if auth works
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
ITFTicjfw49Itb1K+KXyYe0xpCYXCUMfWLsr0utuGA0hNZTqBLQEfcykP1VLYteIdFFmJWCWoHoepfTSiODLL/BfJRerR4hFzL5XQQHKbD65MKalC6WKZ3FQIJhgfHHD0ZmNgAhTCNNuL1Is32a6DfCNG3qCf9qOYwx5e6fDbOY=
Visual documentation
It has worked up until this morning. i didnt edit anything regarding auth, but i did update flutterflow.
Environment
- FlutterFlow version: 6.5.43 (6.5.43)
- Platform: macOS
- Browser name and version:
- Operating system and version affected: 26.3 (25D125)Additional Information
I have tried re-enabling google sign in and update firebase config, but didnt work.