-
-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
featureFeatureFeature
Description
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:
- 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.
Additional context
- Firebase Installations Doc
- Android Reference: https://firebase.google.com/docs/reference/android/com/google/firebase/installations/FirebaseInstallations
- iOS Reference: https://firebase.google.com/docs/reference/swift/firebaseinstallations/api/reference/Classes
Before submitting
- I have read and followed the plugin request guidelines.
- I have attached links to possibly related issues and discussions.
bhaskarbb
Metadata
Metadata
Assignees
Labels
featureFeatureFeature