Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Auto increment in realtime database with javascript

// It will automatically increase the value of db-path by 1
database.ref('db-path').set(firebase.database.ServerValue.increment(1))
 
PREVIOUS NEXT
Tagged: #Auto #increment #realtime #database #javascript
ADD COMMENT
Topic
Name
9+8 =