@angular/fire
Version:
The official library for Firebase and Angular
14 lines (13 loc) • 379 B
JSON
{
"$schema": "@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add firebase deploy schematic",
"factory": "./schematics/public_api#ngAdd"
},
"ng-add-setup-project": {
"description": "Setup ng deploy",
"factory": "./schematics/public_api#ngAddSetupProject"
}
}
}