Where is located the database?

Hello guys,

After I download the .apk file can you tell me where is stored the database?
I have created a quiz game with questions and answers and I would like to know where are located the questions in the apk file.

Thank you for your help

1 Like

Can you specify which database type you are using?

Firebase or local DB or local data source or Airtable or Google sheet?

If you use like local DB or local data source then it will be saved under your App ID on your phone.

Hello,
many thanks for your answer.
I have used the local database.
Can you tell me in which folder of the apk should I find it? And what could be it’s name and extension?
Thank you

1 Like

Check under Android\data{your App ID}

I use Firebase not local DB so I don’t know exactly what name.