You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The native firebase installations SDK's Firebase installations service (FIS) provides a Firebase installation ID (FID) for each installed instance of a Firebase app. Firebase installation IDs are different for every installation of every application; different applications on the same device have different Firebase installation IDs. Firebase installation IDs identify app installations and data tied to those app installations.
Typically, Firebase services use the Firebase installations service without requiring developers to interact directly with the FIS API. However, there are cases where app developers might want to directly call the FIS API, such as:
To delete a Firebase installation and data tied to the installation.
To retrieve identifiers (Firebase installation IDs) in order to target specific app installations.
To retrieve installation auth tokens to authenticate Firebase installations.
We should implement methods to perform the above tasks.
Name
capacitor-firebase/installations
Platform(s)
Description
The native firebase installations SDK's Firebase installations service (FIS) provides a Firebase installation ID (FID) for each installed instance of a Firebase app. Firebase installation IDs are different for every installation of every application; different applications on the same device have different Firebase installation IDs. Firebase installation IDs identify app installations and data tied to those app installations.
Typically, Firebase services use the Firebase installations service without requiring developers to interact directly with the FIS API. However, there are cases where app developers might want to directly call the FIS API, such as:
We should implement methods to perform the above tasks.
Additional context
Before submitting
The text was updated successfully, but these errors were encountered: