I have a React Native app with firebase for backend,
And now I'm in the last part to release it, But I have a question, after releasing my app I will add some updates or something and I want to ensure every user updates, so should I implement a modal that appears after adding some updates to my app and publishing it to stores
So I just thought if I made a boolean item if I add updates just change it to True and in my code if that true modal appeared else hidden it!
So that's a nice way to go with it?
Or can firebase help me in this case to tells any new things I do "I don't send to them push notifications if u want to tell me that"