Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Automatic Pairing with WebRTC #10

Open
mertushka opened this issue Sep 3, 2022 · 5 comments
Open

Feature Request: Automatic Pairing with WebRTC #10

mertushka opened this issue Sep 3, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@mertushka
Copy link

Can you just make detecting devices without a code based pairing system?

Example: ShareDrop

@simonbengtsson simonbengtsson added the enhancement New feature or request label Sep 3, 2022
@mertushka
Copy link
Author

Can you just make detecting devices without a code based pairing system?

Example: ShareDrop

As I understand you are using Firebase Functions service for pairing codes, which is a disadvantage because it is paid.

@simonbengtsson
Copy link
Owner

That would be a great addition! Either detecting nearby devices with bluetooth or on the same network which I assume sharedrop is doing.

@Offbeatmammal
Copy link

another way to handle this would be have the potential receiver show a QR code in the app and the sender simply scan that to create a temporary connection - the current pairing solution is fantastic for when you want to be able to send documents on multiple occasions, but less good for a one-off event where you don't need/want connections to be persistent

@simonbengtsson
Copy link
Owner

Smart! Something like a button below add receiver that says "Show QR"?

@Offbeatmammal
Copy link

Offbeatmammal commented Jun 21, 2024

Smart! Something like a button below add receiver that says "Show QR"?

yeah, would be great for ephemeral connections where it's a one-off, one-way send and you don't want to keep them connected long term. Scan the QR code showing on my phone and they get a temporary connection to send the file/files to, and then we forget each other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants