I have two different https functions:
functions: verifyCreds: http://localhost:5000/us-central1/verifyCreds
functions: accountInfo: http://localhost:5000/us-central1/accountInfo
I want to call 'verifyCreds' from 'accountInfo' , without using axios or fetch.
Is there any way of calling the function internally without using axios or fetch method, as we do functions.config()
to get environment variables.