AppOptions constructor
AppOptions({})
Constructor
Implementation
external factory AppOptions({
Credential? credential,
JSObject? databaseAuthVariableOverride,
String? databaseURL,
String? serviceAccountId,
String? storageBucket,
String? projectId,
Agent? httpAgent,
});