DiscoveredServiceAccount class
Result of locating a pre-existing service-account key on disk. Carries both the absolute path and the inferred Firebase project_id (when the JSON parses cleanly) so the wizard can pre-fill follow-up prompts.
Constructors
- DiscoveredServiceAccount({required String path, String? projectId, String? clientEmail})
-
const
Properties
- clientEmail → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasProjectId → bool
-
trueiff projectId is non-empty and looks like a valid Firebase project id (lowercase letters/digits/hyphens). The wizard uses this to decide whether the discovered SA can drive prompt auto-fill.no setter - path → String
-
final
- projectId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited