itachi1706 / GI-Weekly-Material-Tracker

A flutter based application that works with Firebase to provide material tracking for Genshin Impact
2 stars 1 forks source link

Character Birthday Notification #1263

Open itachi1706 opened 11 months ago

itachi1706 commented 11 months ago

Describe new feature below

Add a notification that basically checks if there is a character birthday today and show a notification that brings you to the character page info. Probably have a simple template for the notification as well

itachi1706 commented 11 months ago

What we can do is like we cache it locally onto the device to reduce firestore calls as it will be backgrounded and we probably should not do a internet call to conserve battery.

It is an idea at least. Otherwise we can simply query firestore for the birthday timestamp and handle it accordingly