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
we periodically see "The data couldn't be read because it isn't in the correct format" errors reported by users. Unfortunately, as frustrating as they are for users of the app, we cannot do much to track them down because they just indicate that our app isn't able to parse the incoming data, as opposed to something that would help us identify the bad data in question.
The dialog should include either some sort of identifying information, send a nonfatal error to Firebase, or both.
The text was updated successfully, but these errors were encountered:
I just cloned the project and keep getting this error message. I believe the issue occurs because, inside the updateRegionsList function, we are receiving empty strings for the baseUrl field (e.g., "baseUrl":"").
we periodically see "The data couldn't be read because it isn't in the correct format" errors reported by users. Unfortunately, as frustrating as they are for users of the app, we cannot do much to track them down because they just indicate that our app isn't able to parse the incoming data, as opposed to something that would help us identify the bad data in question.
The dialog should include either some sort of identifying information, send a nonfatal error to Firebase, or both.
The text was updated successfully, but these errors were encountered: