firebase_rest_auth 0.3.0 copy "firebase_rest_auth: ^0.3.0" to clipboard
firebase_rest_auth: ^0.3.0 copied to clipboard

discontinued

Package for Firebase REST authentication within Flutter apps, no GMS required.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(),
      ),
    );
  }
}
3
likes
40
pub points
0%
popularity

Publisher

verified publishersimpleclub.com

Package for Firebase REST authentication within Flutter apps, no GMS required.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on firebase_rest_auth