firebase
Application development platform for creating mobile and web applications.
Provider Summary
total services: 9
total methods: 138
total methods: 138
total resources: 53
total selectable resources: 41
total selectable resources: 41
See also:
[SHOW
] [DESCRIBE
] [REGISTRY
]
Installation
REGISTRY PULL firebase v23.01.00114;
Authentication
{
"firebase": {
"type": string, // authentication type to use, suported values: service_account
"credentialsfilepath": string, // path to service account key file
}
}
Example (Mac/Linux)
AUTH='{ "firebase": { "type": "service_account", "credentialsfilepath": "creds/sa-key.json" }}'
stackql shell --auth="${AUTH}"
Example (PowerShell)
$Auth = "{ 'firebase': { 'type': 'service_account', 'credentialsfilepath': 'creds/sa-key.json' }}'
stackql.exe shell --auth=$Auth