Android Question Package name firebase notification

jayel

Active Member
Licensed User
Longtime User
Hello,

My error :
java.lang.IllegalStateException: FirebaseApp with name [DEFAULT] doesn't exist.

But my package name is = be.robotronic.robonotification in B4A and the firebase console shows the excatly same name?

Where does this error come from?
 

jayel

Active Member
Licensed User
Longtime User
it is driving me crazy.... I don't haven a firebaseapp with the name [DEFAULT] ??

Edit :

CTRL-B shows my package name = be.robotronic.robonotification

And my firebase console shows:
 

Attachments

  • firebase.PNG
    firebase.PNG
    22.5 KB · Views: 207
Last edited:
Upvote 0

jayel

Active Member
Licensed User
Longtime User
Can I savely post the whole file? Or something specific in the file yoy want the know?
 
Upvote 0

jayel

Active Member
Licensed User
Longtime User
B4X:
{
  "project_info": {
    "project_number": "31111105378",
    "firebase_url": "https://robonotification.firebaseio.com",
    "project_id": "robonotification",
    "storage_bucket": "robonotification.appspot.com"
  },
  "client": [
    {
      "client_info": {
        "mobilesdk_app_id": "1:31111105378:android:99165861b5028614",
        "android_client_info": {
          "package_name": "be.robotronic.robonotification"
        }
      },
      "oauth_client": [
        {
          "client_id": "31111105378-mji0sgdchp7rrp7kck43l03o5419nap0.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyDYdWUysopmBlfo7KAOJbCWDcc7LEhN7Nk"
        }
      ],
      "services": {
        "analytics_service": {
          "status": 1
        },
        "appinvite_service": {
          "status": 1,
          "other_platform_oauth_client": []
        },
        "ads_service": {
          "status": 2
        }
      }
    }
  ],
  "configuration_version": "1"
}
 
Upvote 0
Top