invertase / flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Apache License 2.0
164 stars 47 forks source link

Flutter firebase issue #137

Closed sadeeqshafiu closed 8 months ago

sadeeqshafiu commented 1 year ago

Is there an existing issue for this?

CLI Version

0.2.7

Firebase Tools version

11.16.1

Flutter Doctor Output

[✓] Flutter (Channel stable, 3.3.9, on macOS 12.4 21F79 darwin-x64, locale en-GB) • Flutter version 3.3.9 on channel stable at /Users/abubakarshafiu/development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision b8f7f1f986 (2 weeks ago), 2022-11-23 06:43:51 +0900 • Engine revision 8f2221fbef • Dart version 2.18.5 • DevTools version 2.15.0

[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) • Android SDK at /Users/abubakarshafiu/Library/Android/sdk • Platform android-32, build-tools 32.1.0-rc1 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) • All Android licenses accepted.

[!] Xcode - develop for iOS and macOS (Xcode 13.4.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 13F100 ✗ CocoaPods not installed. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)

[✓] VS Code (version 1.67.0) • VS Code at /Users/abubakarshafiu/Downloads/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (2 available) • macOS (desktop) • macos • darwin-x64 • macOS 12.4 21F79 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.94

[✓] HTTP Host Availability • All required HTTP hosts are available

! Doctor found issues in 1 category.

Description

i have been trying to register my flutter firebase app in android studio console but i have been encountering this issue i Found 5 Firebase projects. ✔ Select a Firebase project to configure your Flutter application with · homeapp-f02b4 (HomeApp) ✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios, macos i Firebase android app com.example.home_app registered. i Firebase ios app com.example.homeApp registered. ? Which macos bundle id do you want to use for this configuration, e.g. 'com.example.app'? ›

Steps to reproduce

flutterfire configure i Found 5 Firebase projects. ✔ Select a Firebase project to configure your Flutter application with · homeapp-f02b4 (HomeApp) ✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios, macos i Firebase android app com.example.home_app registered. i Firebase ios app com.example.homeApp registered. ? Which macos bundle id do you want to use for this configuration, e.g. 'com.example.app'? ›

Expected behavior

the cli should produce successful project

Screenshots

No response

Additional context and comments

No response

russellwheatley commented 8 months ago

Closing out as stale and no idea what your issue refers to.