firebase_presence 0.0.4 copy "firebase_presence: ^0.0.4" to clipboard
firebase_presence: ^0.0.4 copied to clipboard

Collects and reports client presence data to Firebase RTDB with the ability to fetch online/offline status and app lifecycle data for Firebase users.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_presence

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  firebase_presence: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firebase_presence/firebase_presence.dart';
2
likes
90
pub points
0%
popularity

Publisher

unverified uploader

Collects and reports client presence data to Firebase RTDB with the ability to fetch online/offline status and app lifecycle data for Firebase users.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

firebase_auth, firebase_core, firebase_database, flutter

More

Packages that depend on firebase_presence