Initial commit: Windmill workspace sync
Scripts, flows, apps, resources and resource types from the Windmill workspace. API token excluded via .gitignore (config/).
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
description: After you have a Firebase project, register a web app with that
|
||||
project. In the Firebase console's project overview page, click the "Add app"
|
||||
button, then the "Web" icon (**</>**) to start the setup.
|
||||
format_extension: null
|
||||
is_fileset: false
|
||||
schema:
|
||||
$schema: https://json-schema.org/draft/2020-12/schema
|
||||
type: object
|
||||
properties:
|
||||
apiKey:
|
||||
type: string
|
||||
description: ''
|
||||
default: ''
|
||||
appId:
|
||||
type: string
|
||||
description: ''
|
||||
default: ''
|
||||
authDomain:
|
||||
type: string
|
||||
description: 'eg.: [PROJECT_ID].firebaseapp.com'
|
||||
default: ''
|
||||
measurementId:
|
||||
type: string
|
||||
description: '(optional) Used for Firebase Analytics '
|
||||
default: ''
|
||||
messagingSenderId:
|
||||
type: string
|
||||
description: ''
|
||||
default: ''
|
||||
projectId:
|
||||
type: string
|
||||
description: ''
|
||||
default: ''
|
||||
storageBucket:
|
||||
type: string
|
||||
description: 'eg.: [PROJECT_ID].appspot.com'
|
||||
default: ''
|
||||
required:
|
||||
- apiKey
|
||||
- authDomain
|
||||
- projectId
|
||||
- storageBucket
|
||||
- messagingSenderId
|
||||
- appId
|
||||
Reference in New Issue
Block a user