Android Question Firebase name

interlnk

Member
Licensed User
When I add Firebase to my app, Firebase console forces me to include a dot in the packagename. How can I avoid it?
 

DonManfred

Expert
Licensed User
Longtime User
i dont think you can avoid.
Usually a packagename DOES contains dots

Additional this is a Android RULE
https://developer.android.com/studio/build/application-id.html

 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
the b4a file must be com.firebase.android?
No. The B4A Filename has nothing to do with the packagename.
It can be "mysuperlongtasknamewithoutdotsinthename.b4a" without problem.

STRG-B bringsyou to the buildconfiguration. HERE you need to set your packagename to com.firebase.android
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…