Which step are you referring to? If you are asking about the project name at 0:22, you can't use a dot (.) in the project name; you need to use a hyphen (-). Secondly, when you run the firebase config command, it will ask for the project and platform, then it will automatically add your application ID on Firebase and download the necessary files.
PS C:\Users\PC\Documents\learn-flutter\GetX\firebase_getx_test> flutterfire configure i Found 6 Firebase projects. ? Select a Firebase project to configure your Flutter application with › ✔ Select a Firebase project to configure your Flutter application with · test-firebase-getx (test-firebase-getx) ✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, web ✔ Which Android application id (or package name) do you want to use for this configuration, e.g. 'com.example.app'? · 34342 i Firebase android app 34342 is not registered on Firebase project test-firebase-getx. ⠇ Registering new Firebase android app on Firebase project test-firebase-getx. FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command. COMMAND: firebase apps:create android firebase_getx_test (android) --package-name=34342 --json --project=test-firebase-getx ERROR: Failed to create Android app for project test-firebase-getx. See firebase-debug.log for more info. (help)
thank you brother it is very helpful. 7:14
welcome 🤗
thanks it's working fine.
thanks ❤
welcome 🤗
nice
🙏
This was helpful, but could you kindly make a video on how to integrate social login in flutter?
sure, it will come soon.
Getting error on Application ID
give the correct Application ID.
Now we have to add application ID and I'm getting error in this particular step
Where I'm not able to add my full ID
com.example.myapp
Please Guide
Which step are you referring to? If you are asking about the project name at 0:22, you can't use a dot (.) in the project name; you need to use a hyphen (-). Secondly, when you run the firebase config command, it will ask for the project and platform, then it will automatically add your application ID on Firebase and download the necessary files.
PS C:\Users\PC\Documents\learn-flutter\GetX\firebase_getx_test> flutterfire configure
i Found 6 Firebase projects.
? Select a Firebase project to configure your Flutter application with ›
✔ Select a Firebase project to configure your Flutter application with · test-firebase-getx (test-firebase-getx)
✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, web
✔ Which Android application id (or package name) do you want to use for this configuration, e.g. 'com.example.app'? · 34342
i Firebase android app 34342 is not registered on Firebase project test-firebase-getx.
⠇ Registering new Firebase android app on Firebase project test-firebase-getx.
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: firebase apps:create android firebase_getx_test (android) --package-name=34342 --json --project=test-firebase-getx
ERROR: Failed to create Android app for project test-firebase-getx. See firebase-debug.log for more info.
(help)
watch again and follow step by step please