Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: capacitor-firebase/installations plugin #779

Open
4 of 5 tasks
anilgr opened this issue Dec 18, 2024 · 1 comment
Open
4 of 5 tasks

feat: capacitor-firebase/installations plugin #779

anilgr opened this issue Dec 18, 2024 · 1 comment
Assignees
Labels
feature Feature

Comments

@anilgr
Copy link

anilgr commented Dec 18, 2024

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

@robingenz
Copy link
Member

@ebarooni Before you start with the issue, let me know and I will create the boilerplate code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature
Projects
None yet
Development

No branches or pull requests

3 participants