What happens to my iOS app (currently on the App Store) when I upgrade Firebase?

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

+4
source share
1 answer

I really think that this will not affect your current application unless you change the database model in the web interface or change the authentication rules in the web interface.

Firebase .

Firebase , . - Firebase, Firebase, .

, Firebase, App Store.

+3

All Articles