firebase_auth_web 0.1.0+1
firebase_auth_web #
The web implementation of firebase_core
.
Usage #
Import the package #
To use this plugin in your Flutter app on the web, simply add it as a
dependency in your pubspec.yaml
alongside the base firebase_auth
plugin.
(This is only temporary: in the future we hope to make this package
an "endorsed" implementation of firebase_auth
, so it will automatically
be included in your app when you run your Flutter app on the web.)
Add this to your pubspec.yaml
:
...
dependencies:
...
firebase_auth: ^0.15.1
firebase_auth_web: ^0.1.0
...
Updating index.html
Due to this bug in dartdevc, you will need to manually add the Firebase
JavaScript files to your index.html
file.
In your app directory, edit web/index.html
to add the line:
<html>
...
<body>
<script src="https://www.gstatic.com/firebasejs/7.5.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.5.0/firebase-auth.js"></script>
<script src="main.dart.js"></script>
</body>
</html>
Using the plugin #
Once you have added the firebase_auth_web
dependency to your pubspec,
you can use package:firebase_auth
as normal.
0.1.0+1 #
- Fixed serialization error for creationTime and lastSignInTime being RFC 1123.
0.1.0 #
- Initial open-source release.
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
firebase_auth_web: ^0.1.0+1
2. Install it
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter pub get
Alternatively, your editor might support pub get
or flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:firebase_auth_web/firebase_auth_web.dart';
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
7
|
Health:
Code health derived from static analysis.
[more]
|
0
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
20
|
Overall:
Weighted score of the above.
[more]
|
8
|
We analyzed this package on Dec 5, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
- Dart: 2.6.1
- pana: 0.12.21
- Flutter: 1.9.1+hotfix.6
Platforms
Detected platforms:
Error(s) prevent platform classification:
Fix dependencies in
pubspec.yaml
.
Analysis issues and suggestions
Fix dependencies in pubspec.yaml
.
Running flutter pub upgrade
failed with the following output:
ERR: Because firebase_auth_web depends on flutter_web_plugins any from sdk which doesn't exist (could not find package flutter_web_plugins in the Flutter SDK), version solving failed.
Maintenance issues and suggestions
Fix platform conflicts. (-20 points)
Error(s) prevent platform classification:
Fix dependencies in pubspec.yaml
.
Make sure dartdoc
successfully runs on your package's source files. (-10 points)
Dependencies were not resolved.
Homepage URL doesn't exist. (-20 points)
At the time of the analysis the homepage
field https://github.com/FirebaseExtended/flutterfire/packages/firebase_auth/firebase_auth_web
was unreachable.
The package description is too short. (-20 points)
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Maintain an example. (-10 points)
Create a short demo in the example/
directory to show how to use this package.
Common filename patterns include main.dart
, example.dart
, and firebase_auth_web.dart
. Packages with multiple examples should provide example/README.md
.
For more information see the pub package layout conventions.
Dependencies
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.28.0 <3.0.0 |