Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 4 characters in body
Source Link
SymbolixAU
  • 26.3k
  • 4
  • 72
  • 148

Try this code

ref.child("yourKey").child("yourKey").updateChildValues(["cardAmount": yourNewCardAmount])

ref.child("yourKey").child("yourKey").updateChildValues(["cardAmount": yourNewCardAmount]) 

This worked for me. Hope will help someone...

Try this code

ref.child("yourKey").child("yourKey").updateChildValues(["cardAmount": yourNewCardAmount])

This worked for me. Hope will help someone...

Try this code

ref.child("yourKey").child("yourKey").updateChildValues(["cardAmount": yourNewCardAmount]) 

This worked for me. Hope will help someone...

Source Link
Human
  • 376
  • 2
  • 3
  • 16

Try this code

ref.child("yourKey").child("yourKey").updateChildValues(["cardAmount": yourNewCardAmount])

This worked for me. Hope will help someone...