The class provides API for Firebase Installations.
Each configured FirebaseApp has a corresponding single instance of Installations.
An instance of the class provides access to the installation info for the FirebaseApp as well
as the ability to delete it. A Firebase Installation is unique by FirebaseApp.name and
FirebaseApp.options.googleAppID .
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseInstallations Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [Installations](/docs/reference/swift/firebaseinstallations/api/reference/Classes/Installations)\n\n `\n ` \n The class provides API for Firebase Installations.\n Each configured `FirebaseApp` has a corresponding single instance of `Installations`.\n An instance of the class provides access to the installation info for the `FirebaseApp` as well\n as the ability to delete it. A Firebase Installation is unique by `FirebaseApp.name` and\n `FirebaseApp.options.googleAppID` . \n\n #### Declaration\n\n Swift \n\n class Installations : NSObject\n\n- `\n ``\n ``\n `\n\n ### [InstallationsAuthTokenResult](/docs/reference/swift/firebaseinstallations/api/reference/Classes/InstallationsAuthTokenResult)\n\n `\n ` \n The class represents a result of the installation auth token request. \n\n #### Declaration\n\n Swift \n\n class InstallationsAuthTokenResult : NSObject"]]