Hi everyone,
I'm facing a persistent issue with Firestore integration in my client's FlutterFlow project. For that he used a FF marketplace template. Furthermore there is a running Python script, which brings documents to firebase every night (I don't have access to this script). The connection between FlutterFlow and Firebase seems to be set up correctly, as I can modify Firestore rules from FlutterFlow and see the changes in the Firebase Console. However, I’m encountering the following problems:
Documents created in the app are visible temporarily, but after restarting the app, they are no longer visible, and the data is not saved in Firestore.
Documents created directly in the Firebase Console or FF Firebase CRM are not displayed in the app at all.
Data that is written from the app does not persist in Firestore, even though I am not getting any error messages during the write operation.
If the app is running, this message is in the log "@firebase/firestore:" (no more information behind the : ). This message is written circa every 10 seconds in the log file
Despite this, the issue persists, and I’m at a loss as to why the data is not being saved or displayed correctly.
If anyone has experienced this issue or has any suggestions, I would greatly appreciate your help!
Thank you in advance!