Files
react-native-firebase/packages/iid
Salakar f429699990 - [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X
- [android] upgrade gradle wrapper to v5.4.1
- [android][ios][tests] remove manual packages & enable auto-linking
- [tests][internal] upgrade tests project to RN 60
- [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349
- [linting] switch to use rn community linting rules
2019-07-30 03:59:04 +01:00
..
2019-02-25 02:44:18 +00:00
2019-07-15 01:26:37 +01:00
2019-07-15 01:26:37 +01:00
2019-02-04 18:07:56 +00:00
2019-06-23 21:30:35 +01:00
2019-06-23 20:47:10 +01:00
2019-07-15 01:26:37 +01:00


React Native Firebase - Instance ID

Coverage NPM downloads NPM version License Maintained with Lerna

Chat on Discord Follow on Twitter


This is for the upcoming v6.0.0 release of React Native Firebase, please use the react-native-firebase package instead, unless you're early adopting/testing the new packages - in which case please use the latest tagged patch-only release for this package.

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
react-native link @react-native-firebase/iid

Documentation

License


Built and maintained with 💛 by Invertase.

💼 Hire Us | Sponsor Us | 💻 Work With Us