File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,18 @@ large, feel free to review script changes only but with extra attention.
110
110
rely on IDE / language helpers for autocompletion / peeking definition if you
111
111
want to know more about the typing of request / response bodies.
112
112
113
+ To run ` scripts/gen-auth-api-spec.ts ` to re-generate ` apiSpec.js ` and
114
+ ` schema.ts ` perform the following command from the root directory of
115
+ ` firebase-tools ` :
116
+
117
+ ```
118
+ npm run generate:auth-api
119
+ ```
120
+
121
+ For more on what this command does and other useful commands, please refer to
122
+ [ ` package.json ` ] ( https://github.com/firebase/firebase-tools/blob/master/package.json )
123
+ and [ ` CONTRIBUTING.md ` ] ( https://github.com/firebase/firebase-tools/blob/master/CONTRIBUTING.md ) .
124
+
113
125
### Working with OpenAPI documents
114
126
115
127
It may be desirable to see the OpenAPI 3.0 document used in the Auth Emulator
You can’t perform that action at this time.
0 commit comments