·Full stack and low code

Local Run Simulator cannot connect to Firestore Database

Troubleshooting

The Device Logs from Local Run for both Android and iOS say:
flutter: Error querying CollectionReference<Map<String, dynamic>>(Support): [cloud_firestore/permission-denied] The caller does not have permission to execute the specified operation.

The Support collection is accessible by everyone (Firestore Rules) and the Test in Chrome Browser does return a value for the number of support ticket documents in that collection.

The App runs on iPhone, Android phone, iOS Simulator, Android Simulator, Test in Chrome browser

The App can connect to Firestore only on iPhone and the Test in Chrome browser.
The App cannot connect to Firestore on my Android phone, iOS Simulator, Android Simulator

The screenshot below shows that the app is loading (can render the login buttons) but not connecting to Firestore (circling loading icon where text would show as drawn from the Firestore database).

What have you tried so far?

I have tried to use a debug token in App Check for both iOS and Android apps

I am using the same debug token for App Check for both iOS and Android apps

This same debug token is entered in Firebase and FlutterFlow.

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