E_Long_Must
E_Long_Must

Reputation: 21

FlutterFlow + Firebase error: unable to debug test mobile app related to "Firebase Web Config"

I have encountered this error message when trying to test my mobile app:

You need to set "Firebase Web Config" in the Firebase Configuration page to use "Debug Mode"...

Another error message not sure if its related to the issue: "Project uses Firebase Auth (+1 other Firebase features) but Firebase config files are not uploaded."

For your info, I have connected to an existing Firebase database (not generated by FlutterFlow). The structures and rules were not made by me.

Nothing much solutions can be found on google and the FlutterFlow community.

Any ideas guys?

Upvotes: 1

Views: 728

Answers (1)

Dayne Linx
Dayne Linx

Reputation: 1

This is a weird problem that has only come up for the first time since using flutterflow for 2 years. I have figured out that this needs to be done and the solution is quick and easy.

Navigate to App Settings -> Firebase -> [Connect your own Firebase product] Click on the Wizard Hat and switch on [Enable Web].

Firebase app settings:

firebase App Settings

Upvotes: 0

Related Questions