You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlutterFire configure command is failing with error: 'TimeoutException after 0:00:15.000000: Future not completed' when trying to configure project.
#13497
Operating System version: MacOs Sequoia 15.0.1
Browser version: Google chrome 129.0.6668.90
Firebase SDK version: 10.14.1
Firebase Product: flutterfire, firestore
Flutter version: 3.24.3 for web
Firebase-cli version: 13.22.0(problem also persists with 13.7.0)
Describe the problem
So I'm having an issue with flutterfire configuring my app to work with its respective prod firebase project.
I merged the codebase that was tied to another firebase project into a new branch to commence the move to prod.
I then created a firestore DB with the tables I needed in the new project, pointed my local gcloud and firebase cli project configs to the prod project and ran the 'flutterfire configure' command.
It runs for a while and then gives me this error: "TimeoutException after 0:00:15.000000: Future not completed" every time I try to overwrite at least one of the files and completely hangs when I don't try to overwrite firebase.json. Also my my app isn't connecting to firestore and is giving me this error: ' [cloud_firestore/unavailable] Failed to get document because the client is offline.', but I'm pretty sure that the issue is related to this configuration issue
So far, I've tried
manually changing the information in the visible config files(firebase.json, firestore.indexes.json, firestore.rules, etc) to match the new project info
logging out of both cli environments and then logging back in and trying again
deleting firebase sdk plugins and running flutter clean(in case there were any saved caches) and starting the config process from scratch all over again( that only seemed to halfway work since it generated the firebase_options.dart and firebase.json files but firebase.json was missing configs for firestore )
and finally, checking my system for cached project config info(haven't been able to find any yet). There also isn't much documentation on flutterfire and it breaking and the issues I've found so far are different from this one.
I would greatly appreciate any assistance I can get on this issue. Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe your environment
Operating System version: MacOs Sequoia 15.0.1
Browser version: Google chrome 129.0.6668.90
Firebase SDK version: 10.14.1
Firebase Product: flutterfire, firestore
Flutter version: 3.24.3 for web
Firebase-cli version: 13.22.0(problem also persists with 13.7.0)
Describe the problem
So I'm having an issue with flutterfire configuring my app to work with its respective prod firebase project.
I merged the codebase that was tied to another firebase project into a new branch to commence the move to prod.
I then created a firestore DB with the tables I needed in the new project, pointed my local gcloud and firebase cli project configs to the prod project and ran the 'flutterfire configure' command.
It runs for a while and then gives me this error: "TimeoutException after 0:00:15.000000: Future not completed" every time I try to overwrite at least one of the files and completely hangs when I don't try to overwrite firebase.json. Also my my app isn't connecting to firestore and is giving me this error: ' [cloud_firestore/unavailable] Failed to get document because the client is offline.', but I'm pretty sure that the issue is related to this configuration issue
So far, I've tried
I would greatly appreciate any assistance I can get on this issue. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions