Hey @marvinh. , thanks for you answer 😉
I did what you said but when I tried to deploy the function, all is good, buit when I tried to use it I have this error :
worker boot error: Relative import path "google-auth-library" not prefixed with / or ./ or ../
worker boot error: Relative import path "google-auth-library" not prefixed with / or ./ or ../
I used this import to the test :
import { JWT } from 'google-auth-library';
import { GoogleSpreadsheet } from 'google-spreadsheet';
import { JWT } from 'google-auth-library';
import { GoogleSpreadsheet } from 'google-spreadsheet';