在使用windows的独立二进制文件折腾了几个小时之后,我通过npm/nvm选项和git安装了firebase cli。在此之后...
当你遇到 flutterfire configure 命令一直失败的问题时,可以按照以下步骤进行排查和解决: 1. 检查 FlutterFire 命令行工具是否已正确安装并更新到最新版本 确保你已经按照FlutterFire的官方文档安装了FlutterFire CLI,并且它是最新版本。你可以通过运行以下命令来更新FlutterFire CLI(如果已安装)或查看安装指南: bash flutt...
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command. COMMAND: firebase --version ERROR: The FlutterFire CLI currently requires the official Firebase CLI to also be installed, seehttps://firebase.google.com/docs/cli#install_the_firebase_clifor how to ...
在苦苦寻找解决方案后,我意识到这是因为应用程序名称不应该包含下划线。将my_app更改为myapp解决了这个...
Steps to Reproduce Create a new app in firebase console. Start a new flutter app locally in your development environment. Install all required dependencies for flutterfire (-and ofc flutter cli etc) Configure your flutter app using flutt...
classpath 'com.google.gms:google-services:4.3.10' apply plugin: 'com.google.gms.google-services' but in flutter even if I don't add those plugins they still require. please don't require it as long plugins are not added. or expose FirebaseMessaging.InstanceFor(app) eleojasmil commented...