-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
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
TypeError: entry.toJSON is not a function #1102
Comments
Apologies, it seems when we upgraded a module from |
@colerogers Now I have to wait for the new release, right? |
@deepak786 That's correct, we'll work on cutting a release soon. |
Thank You @colerogers |
Is there a workaround? What version do I need to install in order to make this function work?
|
We just released v3.21.2 which contains the fix. |
Great! It's working now, thank you. and thanks @deepak786 for reporting the issue. |
Need to update firebase-functions due to firebase/firebase-functions#1102
Also reported on https://stackoverflow.com/q/72185429
…On Thu, May 12, 2022 at 7:34 AM Cole Rogers ***@***.***> wrote:
Apologies, it seems when we upgraded a module from lodash we didn't
re-implement toJSON fully. Thanks for catching this!
—
Reply to this email directly, view it on GitHub
<#1102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7BX4NQTD4IFZBLLAOA5DVJUJGHANCNFSM5VOBD7LQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Getting the below error in the trigger
functions.auth.user().onDelete
cloud function trigger
package.json
This was working fine with the below configuration:
I updated the
firebase-admin
andfirebase-functions
dependencies and updated the Node environment to 12.The text was updated successfully, but these errors were encountered: