Skip to content

szhigunov/react-native-firebase-app-instance-id

Repository files navigation

react-native-firebase-app-instance-id

Getting started

$ npm install react-native-firebase-app-instance-id --save

Mostly automatic installation

$ react-native link react-native-firebase-app-instance-id

Usage

import { getId as getAppInstanceId } from 'react-native-firebase-app-instance-id';

getAppInstanceId().then((appInstanceId: string) => {
  console.log('appInstanceId', appInstanceId)
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published