Google Firebase New Data Resource Not Saving
closed
Log In
C
Cesar Holguin
closed
W
Wes Selman
Hi - I figured out where the issue is coming from.
I recently enabled the Android app configuration. When I disable this configuration, I'm able to create Firestore data resources again.
I'm not sure if it's not letting me save because I didn't complete the Android configuration (didn't input a client id yet) or if it wouldn't work even with the configuration complete. For now I'll just create data resources with it disabled.
C
Cesar Holguin
Hi Wes Selman, great catch! I just confirmed that adding the client id allows you to save the data resource just fine. Hope everything works out in the end. Kind regards.
W
Wes Selman
Sorry Cesar Holguin, I can't think of anything. Although I can't picture how they could cause this, the two somewhat related tasks I've been working on recently within the project:
- GoogleMapsPlaces REST API set-up as a data resource - lots of testing with this to try and get it right and I have yet to figure it out. I've been defining a large custom schema for this.
- Recently started using the Firebase Storage Upload File component with a custom upload path.
This bug has me at a standstill so I appreciate your help.
C
Cesar Holguin
Hi Wes Selman, thank you for reporting this. This seems to be a bug, however I was not able to reproduce it on any new projects. I understand your current cases where the button is disabled, and would like to ask if you recall anything in particular that was done beforehand that might have caused this? If not, that is okay. Thanks again.
C
Cesar Holguin
under review
W
Wes Selman
Additional details:
I was able to clone an existing Firebase data resource and save using the button in the top right. However, modifications to the configuration are within the pop-up so I'm not able to make adjustments to the clone to match the new resource and then save. It appears to be an issue specific to data resources that are configured/modified within the pop-up since I am still able to adjust and create new Rest API resources.
W
Wes Selman
The Save button is also not highlighting when I try to modify an existing Firebase resource.