Reputation: 77
I am working with flutter, but when I click on Firestore, to create firestore for my app, a dialog box appears, which is then stuck on the screen. (No-clickable). Screenshot is attached. enter image description here
Upvotes: 0
Views: 63
Reputation: 2835
From your screenshot, I can see that the page did not load properly or completely. Reload it. Additionally, check console (Ctrl + Shift + i then click console) for any error message.
Upvotes: 1