You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support webhooks in Data Connect behind an experiment flag. (#9440)
* Support webhooks in Data Connect behind an experiment flag.
* Update existing logic to specifically refer to the main schema.
* Fix build errors.
* lint
* Support loading schema sources from either `schema` or `schemas` field.
* Fix firebase init
* Properly deploy secondary schemas as well.
* Make `getSchema` take a schema ID, move secondary schema upsert after main schema upsert, and add some TODOs.
* Fix listSchemas in `firebase init`.
* Fix unit tests.
* Actually fix unit tests.
* Set default parameter for getSchema schemaId.
* Specify just top-level fields in listSchema call.
* Fix VSCode unit tests.
* Try to fix import path in VSCode.
0 commit comments