Remix.run Logo
oulipo 4 days ago

Personally I use FCM (Firebase push notifications) with a Capacitor plugin for push notifications, it works decently

rahimnathwani 4 days ago | parent [-]

I didn't know what you meant by Capacitor, but I now understand it's a modern replacement for Apache Cordova: https://capacitorjs.com/

oulipo 4 days ago | parent [-]

Yes exactly, it's an easy way to build a web-based app and run it on iOS and Android, accessing the native API through a javascript bridge. There's also NativeScript in that space