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 likesqlite3_shutdown()
can result in unexpected crashes at runtime.Declaration
Swift
class Analytics : NSObject