firebase_auth_watchos 0.0.1-beta.1 copy "firebase_auth_watchos: ^0.0.1-beta.1" to clipboard
firebase_auth_watchos: ^0.0.1-beta.1 copied to clipboard

watchOS implementation of firebase_auth, bridging the Firebase Apple SDK (FirebaseAuth) over dart:ffi for email, anonymous, and token sign-in.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_auth_watchos

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

dependencies:
  firebase_auth_watchos: ^0.0.1-beta.1

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_auth_watchos/firebase_auth_watchos.dart';
0
likes
140
points
26
downloads

Documentation

API reference

Publisher

verified publisherflutterwatch.dev

Weekly Downloads

watchOS implementation of firebase_auth, bridging the Firebase Apple SDK (FirebaseAuth) over dart:ffi for email, anonymous, and token sign-in.

Homepage
Repository (GitHub)
View/report issues

Topics

#watchos #ffi #firebase #authentication

License

BSD-3-Clause (license)

Dependencies

ffi, firebase_auth_platform_interface, firebase_core, flutter

More

Packages that depend on firebase_auth_watchos

Packages that implement firebase_auth_watchos