szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
9.94k stars 725 forks source link

Error with local test #103

Open freedytag opened 3 years ago

freedytag commented 3 years ago

For create Firebase, may I know it use "realtime database"? But I can not found "Load Rules" in "Rule" tab. And also can not found secret?

And when I try run "yarn" It said "ERROR: There are no seenarios; must have at least one."

Test under Ubuntu 20.04

szimek commented 3 years ago

Hey!

Yeah, it uses Firebase Realtime Database, but it uses deprecated authentication mechanism, so I'm not sure if it's possible to set it up with a new account. I'll try to find some time to update it to use the new mechanism, so that it's easier to run it locally.

Unfortunately, there are no tests yet :/