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
if (!key) key=String(await this.$db.collection(table).get().length)
await this.$db.collection(table).add(iValue, key)
Possible solution await this.$db.collection(table).add(value) // Automaticly incrementing the key starting from 0 (replacing the generated key) resulting in instead of
Is it possible to make the key auto incremented on each insert ?
The text was updated successfully, but these errors were encountered: