firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Allow top-level $schema property

Open segevfiner opened this issue 3 years ago • 0 comments

Description

Related to https://github.com/firebase/firebase-tools/issues/3528

This allows specifying the schema for validation and completion like so:

  "$schema": "./node_modules/firebase-tools/schema/firebase-config.json",

Without getting an error about $schema.

Scenarios Tested

Sample Commands

segevfiner avatar Aug 23 '22 15:08 segevfiner