I decided to migrate my app from Firebase to Supabase. After the migration everything worked fine (Test Mode and Testflight). Then I had the glorious idea to clean up my app and decided to delete my Firebase collections that were still showing up in FlutterFlow. After that my app throws several uncaught errors in my main.dart.js when I try to access the dashboard (CoffeeBar) of my app. Could this have been caused by me deleting the Firebase collections?
I can't seem to figure what to change to get this back up running.