I have been programming iOS apps for several months, and my first app runs on the App Store, which is supported by a database hosted on Firebase. I store data related to gluten-free places around the world in Firebase (name, address, latitude, longitude, imgURL, etc.), and these places are displayed on the map.
Firebase released all its new features, I wanted to upgrade to start using their new Google Analytics modules. Now, after reading the upgrade guide , I understand that there are several things that we must first configure in our code.
So, here is my concern (maybe a dumb question, but I want to be very careful before doing stupid things).
Since my application is a product in the App Store, if I update the Firebase project, my users will still be able to use my application correctly (i.e. get places displayed on the map), or it will break / error / crash until I click update on the App Store with updated code based on the Firebase guide.
Thank you in advance for your help.
Edouard
source
share