APNS token has not been set yet. Please ensure the APNS token is available by calling getAPNSToken(). Some of the steps I have done using theflutterfire_cli. But since I am using flavors, I also had to do some steps on my own, like having the configurations (differentGoogleService-Info...
Looks like this need to be reported in dedicated repo: https://github.com/invertase/flutterfire_cli/issues Closing from here. darshankawar closed this as not planned Aug 9, 2022 darshankawar added resolution: invalid and removed Needs Attention in triage labels Aug 9, 2022 firebase locked ...
But Firebase does not offer a Dart SDK and requires some platform-specific setup, making the flavoring process more complex. Thankfully, the FlutterFire CLI comes to the rescue. I'll walk you through using it to flavor your Flutter & Firebase apps without losing your mind. 😅...
When I try toflutterfire configureI got this error on a windows machine. I'm able to run/debug and build my app. I've create another empty project and it worked as expected. But for my current setup it is not working. FlutterAppRequiredException: The current directory does not appear t...
Nah, solved the issue with my apple watch and firebase still not working on real device. darshankawar commented Dec 20, 2021 @hazzo Does this only occur if you add flutterfire_ui plugin ? or without it too ? Can you provide flutter run --verbose ? darshankawar added blocked: customer...
For all who are searching for a solution (also working in pipelines): # Install Firebase-CLI curl -sL firebase.tools | bash # Install FlutterFire CLI flutter pub global activate flutterfire_cli # Configure FlutterFire for ios, android and web flutterfire configure -y --project MYAPP-$SCHEME...
Bug report Describe the bug after updating the firebase plugins firebase phone auth SMS code auto-detect and login not working. SMS is receiving and also able to log in but auto code detects not working. Steps to reproduce Steps to repro...
"2.0.1" cli_util: dependency: transitive description: name: cli_util url: "https://pub.dartlang.org" source: hosted version: "0.3.5" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted version: "1.1.1" cloud_firestore: dependency: "di...
in the terminal due to Firebase Core is a really bad developer experience, with hours of research/resolution needed to fix - to such a degree that Andrea has very kindly written a long article to help people with this https://codewithandrea.com/articles/flutter-firebase-flutterfire-cli/ ...
FlutterFire CLI again.', ); case TargetPlatform.windows: throw UnsupportedError( 'DefaultFirebaseOptions have not been configured for windows - ' 'you can reconfigure this by running the FlutterFire CLI again.', ); case TargetPlatform.linux: throw UnsupportedError( 'DefaultFirebaseOptions have ...