Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Auto increment in firebase realtime database

// 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 #firebase #realtime #database
ADD COMMENT
Topic
Name
6+8 =