Hi there!
Can we access crypto JS in the cloud functions?
Hi there!
Can we access crypto JS in the cloud functions?
Assuming that is a js library, you cannot use any library in cloud functions, the only way to use any library atm is to have the whole library code into you cloud functions
there is a crypto module that is already included in cloud code