Error occuring while exporting, Firebase config file error

out of firebase elements I used only firebase authentication for otp

Did you check the firebase url is present or not in the google-services.json?
Is pacakge name and SHA key is matching with firebase project and app?

can you show first few line of your google-services.json?

Ya, I will but kodular fenix version is hanging too much. Isn’t it suitable for windows 7?

{

“project_info”: {

"project_number": "My project number",

"firebase_url": "My project's firebase url"

"project_id": "My project ID",

"storage_bucket": "My storage bucket"

},

“client”: [

{

  "client_info": {

    "mobilesdk_app_id": "a number was here:android:here was a mixture of numbers and characters",

    "android_client_info": {

      "package_name": "com.SomeCharacters.AgainSomeCharacters"

    }

  },

  "oauth_client": [

    {

      "client_id": "546582346389-e4p88eet51fjp8i785c45jl0clu8slcp.apps.googleusercontent.com",

      "client_type": 1,

      "android_info": {

        "package_name": "com.koriasolehighschoolhscommunity.koriasolehighschoolhs",

        "certificate_hash": "d9d76d4253e7e09bd9cf87daf4a3e46caf40179c"

      }

    },

    {

      "client_id": "546582346389-dh2g998t49f2bclpn5j36csholbqh2ff.apps.googleusercontent.com",

      "client_type": 3

    }

  ],

  "api_key": [

    {

      "current_key": "AIzaSyCigFy5doLMZOSrHb9GI4-e185OLzgENb0"

    }

  ],

  "services": {

    "appinvite_service": {

      "other_platform_oauth_client": [

        {

          "client_id": "here was a mixture of numbers and letters.apps.googleusercontent.com",

          "client_type": 3

        }

      ]

    }

  }

}

],

“configuration_version”: “1”

}

Here I gave the whole google.json
I have edited some things. But those were correctly placed. Like, My Project Number, My Project ID, My package number, etc.

  1. Create another project and add this app, after deleting the app from the old project

  2. Your package name is too length, try to shorten and try once again… use us-central as location

How to include this app in another?
Package name is actually short

  1. You can set it as com.koriasolehighschool.com

ok I have set

After this what to do?

Again check with firebase project. If not de link the exsiting app and start over the linking process. , Get once again google-services.jain, upload into app asset, Everything will be ok

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.