I already develop android app with Firebase and my concern is how to make keys in javascript to push data to firebase unlikely to android it has a generated Keys the push()
.
I spent time with research today but it seems no luck to see one.
If you have any links that my help or suggestions, I appreciate it,Thanks.
This is the key that I mean in firebase
In android studio you can set a key using
push()
. Example in android studio reference.child("Alvaniz_Infant_Info).push().setValue(myValue)