firebase_dart_admin_auth_sdk 0.0.7
firebase_dart_admin_auth_sdk: ^0.0.7 copied to clipboard
A Dart SDK for Firebase Admin Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
255 out of 265 API elements (96.2 %) have documentation comments.
Some symbols that are missing documentation: firebase_dart_admin_auth_sdk
, firebase_dart_admin_auth_sdk.ApplicationVerifier.ApplicationVerifier.new
, firebase_dart_admin_auth_sdk.AuthProvider.AuthProvider.new
, firebase_dart_admin_auth_sdk.FacebookAuthProvider.FacebookAuthProvider.new
, firebase_dart_admin_auth_sdk.GithubAuthProvider.GithubAuthProvider.new
.
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_dart_admin_auth_sdk/firebase_dart_admin_auth_sdk.dart
that imports:package:firebase_dart_admin_auth_sdk/src/firebase_storage.dart
that imports:package:firebase_dart_admin_auth_sdk/src/firebase_app.dart
that imports:package:firebase_dart_admin_auth_sdk/src/auth/get_access_token_with_generated_token.dart
that imports:package:ds_standard_features/ds_standard_features.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:firebase_dart_admin_auth_sdk/firebase_dart_admin_auth_sdk.dart
that imports:package:firebase_dart_admin_auth_sdk/src/firebase_storage.dart
that imports:package:firebase_dart_admin_auth_sdk/src/firebase_app.dart
that imports:package:firebase_dart_admin_auth_sdk/src/auth/get_access_token_with_generated_token.dart
that imports:package:ds_standard_features/ds_standard_features.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Unused import: 'dart:convert'.
lib/src/auth/create_user_with_email_and_password.dart:1:8
╷
1 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/auth/create_user_with_email_and_password.dart
WARNING: The value of the local variable 'expiresIn' isn't used.
lib/src/firebase_auth.dart:1022:17
╷
1022 │ final expiresIn = userData['expiresIn'] is String
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/firebase_auth.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ds_standard_features |
^0.1.1 |
0.1.1 | 0.1.1 | |
googleapis_auth |
^2.0.0 |
2.0.0 | 2.0.0 | |
jwt_generator |
^0.0.5 |
0.0.5 | 0.0.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
grpc |
- | 4.2.0 | 4.2.0 | |
http |
- | 1.5.0 | 1.5.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
os_detect |
- | 2.0.3 | 2.0.3 | |
path |
- | 1.9.1 | 1.9.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
protobuf |
- | 4.2.0 | 4.2.0 | |
rsa_pkcs |
- | 2.1.0 | 2.1.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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
.
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.22.23
, Dart 3.9.2
.
Check the analysis log for details.