• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Firebase

i am working on online quiz app..
First we add questions and answers in the database supose we add 50 quiz in it then publish the app..
After publishing it if i add manually quiz questions and there answer in it so the new questions will automatically retrive??
 
It depends on your app. It's common way to make application scalable. When you add new information into background server database your application must retrieve this information.
 
Back
Top Bottom