I realised that the new Callable Cloud Functions can still be called as if they were HTTP events, i.e. they can still be reached under http://us-central1-$projectname.cloudfunctions.net/$functionname
. When doing that I receive an error message in my Cloud Functions Log:
Request has invalid method. GET
This means that HTTP-GET does not work, but is there a way to call the functions? Maybe they are using HTTP-CONNECT.