G Graeme Tacon Member Licensed User Longtime User Dec 21, 2017 #1 Hi I'm struggling to get FirebaseAds into my app. I've followed the link here: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ but when I add this line into the manifest, CreateResourceFromFile("google-services", "google-services.json") it won't compile: B4A Version: 7.80 Parsing code. (0.00s) Compiling code. Error Object reference not set to an instance of an object. Where should I save google-services.json - I've tried several places!!
Hi I'm struggling to get FirebaseAds into my app. I've followed the link here: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ but when I add this line into the manifest, CreateResourceFromFile("google-services", "google-services.json") it won't compile: B4A Version: 7.80 Parsing code. (0.00s) Compiling code. Error Object reference not set to an instance of an object. Where should I save google-services.json - I've tried several places!!
DonManfred Expert Licensed User Longtime User Dec 21, 2017 #2 Graeme Tacon said: Where should I save google-services.json - I've tried several places!! Click to expand... It should be placed in the directoy of your project. The folder where the [name].b4a file is. Upvote 0
Graeme Tacon said: Where should I save google-services.json - I've tried several places!! Click to expand... It should be placed in the directoy of your project. The folder where the [name].b4a file is.
G Graeme Tacon Member Licensed User Longtime User Dec 21, 2017 #3 That is what I thought - I've tried that, but still get the same compile error. I get the same creating the simple app Erel showed in this link: https://www.b4x.com/android/forum/t...b-ads-integrated-with-firebase-backend.67710/ Upvote 0
That is what I thought - I've tried that, but still get the same compile error. I get the same creating the simple app Erel showed in this link: https://www.b4x.com/android/forum/t...b-ads-integrated-with-firebase-backend.67710/
G Graeme Tacon Member Licensed User Longtime User Dec 21, 2017 #4 Ahh - looks like I don't need to add the 'Firebase base' entries to the manifest. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 21, 2017 #5 Graeme Tacon said: Compiling code. Error Object reference not set to an instance of an object. Click to expand... There is a bug here, introduced in v7.80. It shows this message when there is an error in the manifest editor code (instead of the original error message). Upvote 0
Graeme Tacon said: Compiling code. Error Object reference not set to an instance of an object. Click to expand... There is a bug here, introduced in v7.80. It shows this message when there is an error in the manifest editor code (instead of the original error message).