I have an iOS Firebase app that has been in production for 3 years. I an now ready to start work on the Android version which will access the same database. I clearly don’t want to use my live database for development so what is the recommended way to develop the Android version?
My plan is to create a prototype database for development and when I am happy change the Firebase database reference in the new Android version to the live production one. If there is a better way to do this it would be great to hear from you.