perawallet / pera-wallet

Source code for Pera Wallet, simply the best Algorand wallet.
https://perawallet.app
Other
178 stars 62 forks source link

Android: infinite loading loop on AOSP images without Google APIs #119

Open algolog opened 6 months ago

algolog commented 6 months ago

Somewhere along the way Pera app became too dependent on Firebase Crashlytics service and now doesn't work without it. I think it should be possible to gracefully deal with the absence of this component. For example, removing build dependencies on gms/firebase and replacing reporting functions here with normal logging stubs still produces the working build.

yigitguler commented 6 months ago

Thank you. @artizco lets check this.