szimek / sharedrop

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

Database secrets are currently deprecated #113

Open mickeyjc opened 3 years ago

mickeyjc commented 3 years ago

Database secrets are currently deprecated and use a legacy Firebase token generator. Update your source code with the Firebase Admin SDK. Learn more https://firebase.google.com/docs/admin/setup?authuser=0

szimek commented 3 years ago

I actually started working on it some time ago, but then, as usually, got distracted and forgot about it completely. Not sure when exactly, but I do plan on updating it to make it possible for everyone to run it using their own Firebase account.

szimek commented 3 years ago

I started working on it, but there's some strange issue that Firebase database rules no longer working as expected after the migration to Firebase Admin SDK and the latest JS SDK.

I asked about it here: https://stackoverflow.com/questions/67835978/problem-with-firebase-realtime-database-rules-after-migrating-to-firebase-admin.