-
I want to use It had no problem when The error is like this
In detail, Please check this PR and Github Actions result (Oddly enough, the build has been successful on the vercel where I'm hosting it.) I need your help! |
Beta Was this translation helpful? Give feedback.
Answered by
mikan3rd
Jul 31, 2020
Replies: 1 comment
-
The problem seems to have been caused by declaring I modified it to declare the above in the function, and the build succeeds. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikan3rd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem seems to have been caused by declaring
admin.firestore().collection()
globally.I modified it to declare the above in the function, and the build succeeds.