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
Seems like generateSmallerId returns undefined sometimes. Didn't dig much into this and just replaced it with db.collection(path).doc().id, but the issue is that it's used to retain the documents order. So we need to find a proper solution.
The text was updated successfully, but these errors were encountered:
* develop: (21 commits)
generateBiggerId: remove console.log
fix generateSmallerId algorithm (#567)
fix merge
fix inline cell of connect-service
Fixes issue where the title field name is shown rather than the value
Update reload screen copy (#530)
Derivatives: don't list current field in listener field options
potentially fix side drawer randomly scrolling
JSON field: improve tree editor dark mode
JSON: fix array support
CodeEditor: use text field background color
added a temp skip button for rules setting step
JSON editor: add code editor mode (#509)
CodeEditor: use TextField box-shadows & fix RichTextEditor box-shadows
CodeEditor: fix onChange not being passed as prop
consolidate CodeEditor to components/CodeEditor, allow resize, use github themes
add CircularProgressOptical
Import CSV: prevent import to ID field
Import CSV: fix crash
User Settings: move darker dark mode to theme
...
Newly generated document ids are often broken:
I'm having around 300 records in my database.
Seems like
generateSmallerId
returnsundefined
sometimes. Didn't dig much into this and just replaced it withdb.collection(path).doc().id
, but the issue is that it's used to retain the documents order. So we need to find a proper solution.The text was updated successfully, but these errors were encountered: