Hello All
I was able to deploy and test from the flutterflow desktop to my android phone. But suddenly the deployment stopped working. The deployment has the below error
E/flutter (32670): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly., Exception, Cause: null, Stacktrace: java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly.
Other projects with firebase is also failing. So i can conclude that its not project error. The app is running fine in test mode in the browser. But i dont understand why all of a sudden this stopped working. Are there others who are facing the same problem?
Thanks for any help
Collin