juandjara / wafrn-rn

2 stars 0 forks source link

notifications #6

Open breadguyyy opened 3 weeks ago

breadguyyy commented 3 weeks ago

add notifications through unifiedpush preferably

gabboman commented 3 weeks ago

Unified push does not work on ios. Push notifications can be annoying to do. I will check because Im pretty sure some work will be required for @juandjara 's react native app and it may be reusable for the web view somehow

EDIT wrong repo lol. I will have to prepare something on the backend of wafrn for this

juandjara commented 3 weeks ago

Yeah, real notificacions are on the roadmap, but will require many things

First registering and getting keys in the notificacions providers

Second, adapt the backend to make calls to Expo when a new notification is created (I have an example of this, written in PHP that dansup the guy from Pixelfed provided me)

And third, configure all this together in the app

It's a big feature but it will come