I'm trying to write my first b4i library for Firebase Crashlytics. In working through the official tutorial, I don't see where the .a file comes from. I assume it might be analogous to the .jar file in b4a. Can anyone explain this?
B4i v2.80 adds support for Firebase backend: https://firebase.google.com The libraries are mostly the same as the B4A Firebase libraries. Configuration 1. Create an iOS application in Firebase console. Make sure that the bundle id is the same as your app package name. 2. Download...
www.b4x.com
3. Declare a process global FirebaseAnalytics object and initialize it in Application_Start. FirebaseAnalytics is the base of all Firebase services. The analytics object should be initialized before any other Firebase object (even if you don't need the analytics service).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.