FirebaseAnalytics Framework Reference Stay organized with collections Save and categorize content based on your preferences.
Classes
The following classes are available globally.
The top level Firebase Analytics singleton that provides methods for logging events and settinguser properties. Seethe developer guides for generalinformation on using Firebase Analytics in your apps.
Note
The Analytics SDK uses SQLite to persist events and other app-specific data. Callingcertain thread-unsafe global SQLite methods likesqlite3_shutdown()can result inunexpected crashes at runtime.Declaration
Objective-C
@interfaceFIRAnalytics:NSObject
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.