1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] Why am I unable to add my flutter iOS app to my firebase project?

Discussão em 'Mobile' iniciado por Stack, Outubro 17, 2024 às 17:42.

  1. Stack

    Stack Membro Participativo

    I want to add my flutter IOS app into my firebase project. After running these commands consecutively,

    flutter clean
    flutter packages upgrade
    dart pub global activate flutterfire_cli
    flutterfire configure --project=firebase_project_name


    I keep getting the following error in my firebase-debug.log:

    [info] Create your IOS app in project project_name:
    [debug] [2023-01-03T09:49:49.951Z] >>> [apiv2][query] POST https://firebase.googleapis.com/v1beta1/projects/project_name/iosApps [none]
    [debug] [2023-01-03T09:49:49.952Z] >>> [apiv2][body] POST https://firebase.googleapis.com/v1beta1/projects/project_name/iosApps {"displayName":"electric_viewing_ios (ios)","bundleId":"com.elec_view.electric_viewing_ios"}
    [debug] [2023-01-03T09:49:50.566Z] <<< [apiv2][status] POST https://firebase.googleapis.com/v1beta1/projects/project_name/iosApps 400
    [debug] [2023-01-03T09:49:50.567Z] <<< [apiv2][body] POST https://firebase.googleapis.com/v1beta1/projects/project_name/iosApps {"error":{"code":400,"message":"Request contains an invalid argument.","status":"INVALID_ARGUMENT"}}
    [debug] [2023-01-03T09:49:50.569Z] HTTP Error: 400, Request contains an invalid argument.
    [debug] [2023-01-03T09:49:50.894Z] FirebaseError: HTTP Error: 400, Request contains an invalid argument.
    at responseToError (C:\Users\ipasn\AppData\Roaming\npm\node_modules\firebase-tools\lib\responseToError.js:49:12)
    at RetryOperation._fn (C:\Users\ipasn\AppData\Roaming\npm\node_modules\firebase-tools\lib\apiv2.js:288:77)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [error]


    Where am I going wrong? Please help me.

    Continue reading...

Compartilhe esta Página