Skip to content

Conversation

@joehan
Copy link
Contributor

@joehan joehan commented Nov 11, 2020

Description

Fixes an issue where the extension emulator did not support ${param:FOO} syntax. Should unblock firebase/extensions#482 and fix #2777

I also did some deduping here - there were 2 substituteParams functions in different files, so I removed one and migrated the usage.

Scenarios Tested

I tested this by running both ext:dev:emulators commands on an extension that used a mix of ${FOO} and ${param:FOO} syntax in its triggers. Both syntaxes worked correctly.

@google-cla google-cla bot added the cla: yes Manual indication that this has passed CLA. label Nov 11, 2020
@joehan joehan requested review from jhuleatt and tinaliang November 11, 2020 18:49
@bkendall
Copy link
Contributor

(drive-by merging; fixed your changelog at the same time)

@joehan joehan merged commit f8e0d31 into master Nov 11, 2020
@bkendall bkendall deleted the jh-support-params branch November 11, 2020 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Manual indication that this has passed CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cloud function not picking up RTDB emulator when using handler namespace from firebase-functions sdk

3 participants