2017-04-03 51 views

回答

0

試試這個:

define globe int i=1; 
++i; 
databaseReference.child("chats").child(i).setValue(); 
+0

謝謝@deepmalasingh –

0

push()方法生成的隨機密鑰那麼試試這個

mRef.child("chats").child(your_id).setValue(); 
相關問題