I'm trying to upload images in Flutterflow's Firestore Data manager, using the manage content button in a firebase collection. I can write in a text field without any issues using the manage content, but when I try to update a document by uploading an image, I click "upload image" and I see the thumbnail appear in the imageURL field, but when I then click the "Update Document" icon, it spins for about a second and then nothing else happens.
Create, Read, and Write for that collection are all set to authenticated user in the collection rules and it's showing they've been deployed. I am logged in as an authenticated user.
Any help on this would be greatly appreciated. Thx!