firestack 2.0.0 copy "firestack: ^2.0.0" to clipboard
firestack: ^2.0.0 copied to clipboard

Flutter SDK for Firestack - a Firebase-compatible backend with multi-tenant app user isolation. Provides authentication, Firestore-like database with caching and aggregate queries, file storage with u [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firestack

With Flutter:

 $ flutter pub add firestack

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

dependencies:
  firestack: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:firestack/firestack.dart';
0
likes
130
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter SDK for Firestack - a Firebase-compatible backend with multi-tenant app user isolation. Provides authentication, Firestore-like database with caching and aggregate queries, file storage with upload progress, instant messaging, notifications, remote config with fetch throttling, analytics with user properties, collection group queries, and realtime listeners with auto-reconnect.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, http, http_parser, mime, path, web_socket_channel

More

Packages that depend on firestack