firebase_instance_id 1.0.0 copy "firebase_instance_id: ^1.0.0" to clipboard
firebase_instance_id: ^1.0.0 copied to clipboard

A Flutter plugin to retrieve the Firebase App Instance ID.

firebase_instance_id #

A Flutter plugin to retrieve the Firebase App Instance ID# device_unlock

How does it work #

App Instance Id is an unique identifier for an instance of the app. In other words, each user/installation has such a value. It is a 32-character hex number like a12bc3d456789efabc123456a8a5de56.

OBS.: The project should have firebase configured for this plugin to work.

Sample code #

import 'package:firebase_instance_id/firebase_instance_id.dart';

var instanceId = await FirebaseInstanceId.appInstanceId ?? 'Unknown installation id';
4
likes
120
pub points
89%
popularity

Publisher

verified publishercingulo.com

A Flutter plugin to retrieve the Firebase App Instance ID.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on firebase_instance_id