skip to Main Content

Firebase – Running cloud function locally from emulator

I am sucessfully running local cloud function from postman with this url: http://127.0.0.1:5001/spotnik-7de37/us-central1/getUsers But on my app using: val functions = Firebase.functions functions.useEmulator("10.0.2.2", 5001) functions.getHttpsCallable("http://127.0.0.1:5001/spotnik-7de37/us-central1/getUsers") I get: Failed com.google.firebase.functions.FirebaseFunctionsException: INTERNAL

VIEW QUESTION
Back To Top
Search