Forcing users to update

We’re upgrading from RTDB to firestore for our chat app, and as there are group messages we need users to update so they don’t miss anything.

What’s the best way to do this? I’ve seen another app i know is created in Ionic that brought a message up saying the user had to upgrade, and they couldn’t progress any further without updating. This would be perfect for us, but how easy is that to do?

tia :slight_smile:

I think you would need to have already built in some kind of functionality to transmit that message in whatever version the user already has installed. There’s nothing in Ionic that allows you to send a custom message to a user without in-app code.