I am attempting to create a push notification with Firebase.
I constantly get the following error:
My Package name is correct "LeadGuru.b4a" - OR IS IT
My package details are:
What is the "Continue SDK setup"?
Firebase Settings:
My google-services.json file:
I constantly get the following error:
B4X:
Compiling code. Error
Error parsing manifest script:
Error parsing google-services.json:
Error parsing manifest script:
Error parsing json file. Make sure that the package name is correct.
My package details are:
What is the "Continue SDK setup"?
Firebase Settings:
My google-services.json file:
B4X:
{
"project_info": {
"project_number": "879829432414",
"firebase_url": "https://leadguru-cf738.firebaseio.com",
"project_id": "leadguru-cf738",
"storage_bucket": "leadguru-cf738.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:879829432414:android:56f04f809170e1be0d1ccf",
"android_client_info": {
"package_name": "com.rob.leadguru"
}
},
"oauth_client": [
{
"client_id": "879829432414-noqgsjoq709ubgm28scmdc8sgkcvvs81.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyD1KsOKhUaVJgLgthYTJvWsaDHF8ViHiK4"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "879829432414-noqgsjoq709ubgm28scmdc8sgkcvvs81.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}