Files
react-native-firebase/packages/iid
2019-02-13 11:31:11 +00:00
..
2019-02-13 11:31:11 +00:00
2019-02-10 01:45:13 +00:00
2019-02-05 23:35:20 +00:00
2019-02-10 05:48:24 +00:00
2019-02-04 18:07:56 +00:00
2019-02-04 18:07:56 +00:00
2019-02-06 04:16:09 +00:00
2019-02-06 04:16:09 +00:00


React Native Firebase - Instance ID

Coverage NPM downloads NPM version License Backers on Open Collective Sponsors on Open Collective Chat Follow on Twitter


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

yarn add @react-native-firebase/iid
react-native link @react-native-firebase/iid

Documentation

License


Built and maintained with 💛 by Invertase.