firebase_auth_admin 0.9.8
firebase_auth_admin: ^0.9.8 copied to clipboard
Firebase Authorization Administration based on the official Firebase Admin GO SDK via Dart FFI.
We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://gitlab.com/squarealfa/deprecated/-/tree/main/firebase-auth-admin was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://gitlab.com/squarealfa/deprecated was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MPL-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
221 out of 435 API elements (50.8 %) have documentation comments.
Some symbols that are missing documentation: firebase_auth_admin.$FirebaseUpdateUserProtoExtension, firebase_auth_admin.$FirebaseUpdateUserProtoExtension.fromJson, firebase_auth_admin.$FirebaseUpdateUserProtoExtension.fromProto, firebase_auth_admin.$FirebaseUpdateUserProtoExtension.toJson, firebase_auth_admin.$FirebaseUpdateUserProtoExtension.toProto.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:firebase_auth_admin/firebase_auth_admin.dartthat imports:package:firebase_auth_admin/src/firebase_user_info.dartthat imports:package:proto_annotations/proto_annotations.dartthat imports:package:proto_annotations/src/g_service_parameters.dartthat imports:package:grpc/grpc.dartthat imports:package:grpc/src/shared/streams.dartthat imports:package:http2/transport.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 316 issues. Showing the first 2:
WARNING: The declaration '__ctype_get_mb_cur_max' isn't referenced.
lib/src/lib_auth.dart:21:7
╷
21 │ int __ctype_get_mb_cur_max() {
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/lib_auth.dart
WARNING: The declaration '_Exit' isn't referenced.
lib/src/lib_auth.dart:993:8
╷
993 │ void _Exit(
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/lib_auth.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
ffi |
^1.1.2 |
1.2.1 | 2.2.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
proto_annotations |
^2.1.1 |
2.3.1 | 7.0.2 | |
protobuf |
^2.1.0 |
2.1.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.9 | |
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 1.6.0 | 2.1.0 | |
grpc |
- | 3.2.4 | 5.1.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
squarealfa_common_types |
- | 1.2.1 | 2.0.0 | Discontinued |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^1.1.2` on ffi does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions ffi to update the constraint.
The constraint `^2.1.1` on proto_annotations does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions proto_annotations to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.0.
Check the analysis log for details.