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 setting
user properties. See the developer guides for general
information on using Firebase Analytics in your apps.
Note
The Analytics SDK uses SQLite to persist events and other app-specific data. Calling
certain thread-unsafe global SQLite methods like
sqlite3_shutdown()
can result in
unexpected crashes at runtime.
Declaration
Objective-C
@interface FIRAnalytics : NSObject
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.
[null,null,["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseAnalytics Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [FIRAnalytics](/docs/reference/ios/firebaseanalytics/api/reference/Classes/FIRAnalytics)\n\n `\n ` \n The top level Firebase Analytics singleton that provides methods for logging events and setting\n user properties. See [the developer guides](http://goo.gl/gz8SLz) for general\n information on using Firebase Analytics in your apps. \n Note\n The Analytics SDK uses SQLite to persist events and other app-specific data. Calling certain thread-unsafe global SQLite methods like `sqlite3_shutdown()` can result in unexpected crashes at runtime. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRAnalytics : NSObject"]]