Android Question Adding Firebase to Manifest make App Stop

stingrae

Member
Licensed User
Longtime User
Hi,

I've been trying all day to get a simple Push notification app going, but can't seem to get past this issue.


upload_2017-8-22_19-51-1.png


This "hello world" App works fine, until I add the Firebase code into the Manifest, as documented in the Tutorials.

I've attached the source code as it's a really simple App. If you go to manifest editor and see the comment I put in about it, and try it, you'll see what I mean.

Thanks in advance.

ps. I love this environment. Once I get this working I'll definitely be purchasing!
 

Attachments

  • AJG03.zip
    11.4 KB · Views: 184

Computersmith64

Well-Known Member
Licensed User
Longtime User
What are you wanting to do with Firebase? There's no point in adding the Firebase code to your manifest unless you're actually going to do something with it. Try adding the Firebase analytics lib. I did that & it runs fine.

- Colin.
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
ahhh ... that's where it is! THANK YOU! :)

(I wish I'd asked hours ago ... it's really not clear in the otherwise great tutorial).
Fyi - when a thread is tagged with "B4A Library", the library files are generally attached to the first post in a zip file.

- Colin.
 
Upvote 0
Top