Code Monkey home page Code Monkey logo

Comments (7)

erwanmace avatar erwanmace commented on September 3, 2024 1

The endpoint name does not reveal any private information and all calls are made over HTTPS. You would need a MITM attack with SSL interception to read the payload of the requests as well as the responses.

from opentrace-cloud-functions.

erwanmace avatar erwanmace commented on September 3, 2024

Hi @ryanbnl, Firebase Cloud Functions can either be called directly from the Firebase SDK on a Web or Mobile client or through a REST-style HTTPS call. Each function exposes its own endpoint:
https://$region-$projectname.cloudfunctions.net/$functionname

For more info about calling a Cloud Function from the Client:
https://firebase.google.com/docs/functions/callable

For more info about calling a Cloud Function over an HTTP request:
https://firebase.google.com/docs/functions/http-events

from opentrace-cloud-functions.

ryanbnl avatar ryanbnl commented on September 3, 2024

Super, that's what I wanted to hear. If they're called over http then that's obviously a pretty big privacy leak even if the message contents is encrypted because the URL is visible during transport and the endpoint name already exposes too much info :)

from opentrace-cloud-functions.

ryanbnl avatar ryanbnl commented on September 3, 2024

The use of Firebase itself remains a blocker though.

from opentrace-cloud-functions.

ryanbnl avatar ryanbnl commented on September 3, 2024

Exactly :) However given the level of some of the submissions during the weekend..

from opentrace-cloud-functions.

erwanmace avatar erwanmace commented on September 3, 2024

Which submission?

from opentrace-cloud-functions.

ryanbnl avatar ryanbnl commented on September 3, 2024

For a start those which haven't distributed source code. The others are obvious if you have a look on social media. I won't want to be too nasty and actually name anyone on github. It was a hackathon after all and part of the aim is to filter... :)

from opentrace-cloud-functions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.