10.8.1-patch.4 • Published 3 years ago

@minding/react-native-firebase-iid v10.8.1-patch.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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