Skip to content

feat: capacitor-firebase/installations plugin #779

@anilgr

Description

@anilgr

Name

capacitor-firebase/installations

Platform(s)

  • Android
  • iOS
  • Web

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:

  1. To delete a Firebase installation and data tied to the installation.
  2. To retrieve identifiers (Firebase installation IDs) in order to target specific app installations.
  3. To retrieve installation auth tokens to authenticate Firebase installations.

We should implement methods to perform the above tasks.

Additional context

Before submitting

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions