jayel Active Member Licensed User Longtime User Aug 9, 2016 #1 Hello, My error : java.lang.IllegalStateException: FirebaseApp with name [DEFAULT] doesn't exist. Click to expand... 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?
Hello, My error : java.lang.IllegalStateException: FirebaseApp with name [DEFAULT] doesn't exist. Click to expand... 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 Aug 9, 2016 #2 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 22.5 KB · Views: 207 Last edited: Aug 9, 2016 Upvote 0
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:
DonManfred Expert Licensed User Longtime User Aug 9, 2016 #3 and what is the content of you json file you got downloaded from firebase console? Upvote 0
jayel Active Member Licensed User Longtime User Aug 9, 2016 #4 Can I savely post the whole file? Or something specific in the file yoy want the know? Upvote 0
DonManfred Expert Licensed User Longtime User Aug 9, 2016 #5 I cannot do anything with it. I guess it is save to upload here. Upvote 0
jayel Active Member Licensed User Longtime User Aug 9, 2016 #6 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
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" }
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2016 #7 Test it with a new project with FirebaseAnalytics. Do you get the same error? Upvote 0
jayel Active Member Licensed User Longtime User Aug 9, 2016 #9 Pffffff sorry to have bother you somehow I forgot to push the save button in my manifest editor !! Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2016 #10 Only you can say. Compare the projects. Upvote 0