roozbehzarei / filester

A secure, accessible cloud storage app for android
https://roozbehzarei.me/project/filester
GNU General Public License v3.0
125 stars 2 forks source link

F-Droid can't build #40

Closed licaon-kter closed 6 months ago

licaon-kter commented 6 months ago

...as Firebase is not-FOSS and it gets cleaned

ref: https://monitor.f-droid.org/builds/log/com.roozbehzarei.filester/6#site-footer

roozbehzarei commented 6 months ago

Thank you for notifying me of this situation. I see the issue is FCM, as I've been using other Firebase modules in previous releases with no issues. I will release a hotfix removing FCM. Can you confirm if Firestore would be problematic as well?

linsui commented 6 months ago

We removed all firebase libs with sed -i -e '/gms/d' -e '/firebase/d' {..,.}/build.gradle.kts. And for the latest version this causes build failure. Which lib is the firestore?

roozbehzarei commented 6 months ago

It's another Firebase library which is a database solution for backend services. Of course it has open-source alternatives like Supabase.

licaon-kter commented 6 months ago

source code link to that Firestore? I only see "Google", and that's not good news :) :)

roozbehzarei commented 6 months ago

I understand the concern. I have released a new version with all Google services removed and replaced Firebase with FOSS alternatives.