mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
IID will fail if included / used directly (instead of as transitive dependency) because they stopped publishing the IID version in the BoM This is being tracked upstream and I put breadcrumbs in the code that should help maintainers during version bumps
React Native Firebase - Instance ID
Firebase Instance ID provides a unique identifier for each instance of your app and a mechanism to authenticate and authorize actions for it (for example: sending FCM messages).
An Instance ID is long lived except in a few scenarios:
- when you call
delete() - the app is restored on a new device
- the user uninstalls/reinstall the app
- [android] the user clears the app data
Installation
Requires @react-native-firebase/app to be installed.
yarn add @react-native-firebase/iid
Documentation
License
- See LICENSE
Built and maintained with 💛 by Invertase.

