We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node: 20.18.0
firebase-functions: 6.0.1
firebase-tools: 13.25.0
firebase-admin: 12.6.0
export const beforecreated = beforeUserCreated(async () => { return { photoUrl: "https://url1.test.com", photoURL: "https://url2.test.com", }; });
Create above blocking function and check which url is returned for photo url. its photoUrl and not photoURL.
As per typescript interface it must return photoURL and not photoUrl
photoURL must be returned
yes
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Related issues
[REQUIRED] Version info
node: 20.18.0
firebase-functions: 6.0.1
firebase-tools: 13.25.0
firebase-admin: 12.6.0
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
Create above blocking function and check which url is returned for photo url. its photoUrl and not photoURL.
[REQUIRED] Expected behavior
As per typescript interface it must return photoURL and not photoUrl
[REQUIRED] Actual behavior
photoURL must be returned
Were you able to successfully deploy your functions?
yes
The text was updated successfully, but these errors were encountered: