Windows FF App testing on Android Studio does not use Firestore database with

Database & APIs

Hi Everyone!

I use the Windows FF app. I created a FF project and created a Firestore project with the setup wizard after building some pages for my mobile app.

I created several collections and documents for these collections. These collections did not show up in the firstore project since I did not deploy the rules for firestore. After deployment of the rules the connection to firestore was established and creating new documents in the collections lead to entries in the firestore database.

The douments I created before the deployment of the rules just disappered. I thought they were lost.

Unfortunately, when I start a test session on an android emulator from android studio, the testversion is fed with the data i though is lost. It acts like a shadow database. I don't know where to find it, how to access it or how to get the data from my firestore project into the testsession on an emulated device.

Interestingly, if I start a web-based test session in chrome it works just fine and the data from the firestore project is used?

Any ideas what my issue might be?

Thanks in advance.

___

In the screenshot you can see just one example. My user collection in firestore is empty but my test session is telling me that the email adress is already registered. As pointed out before, also after log in the old data is shown, while the correct data is shown a web-based test session.

What have you tried so far?

-regenerate config files

-reconnect firestore project

-reinstall winows FF app

-wipe data from emulator device in Android studio

-setup a new emulator device in Android studio

Did you check FlutterFlow's Documentation for this topic?
Yes
1