litecoin-foundation / litewallet-android

Litewallet Android
MIT License
33 stars 13 forks source link

🦺[Tech Debt] Remove Pusher and migrate to Firebase Cloud Messaging (Cloud and In-App) #195

Open kcw-grunt opened 1 month ago

kcw-grunt commented 1 month ago

Goal

Describe the work to be done

Use FB to to push notifications ## Why? The Pusher platform does not provide us enough analytics and its very costly. ## Docs https://firebase.google.com/docs/cloud-messaging/android/client ## Definition of Done - [ ] Remove all Pusher frameworks - [ ] Add Firebase Messaging - [ ] Test