Firebase DB - How to update particular value of child in Firebase Database

前端 未结 2 1763
时光说笑
时光说笑 2020-12-02 13:24

I want to update my display name in the code below. How can I update displayName?

My database structure is:

-Users
      -KUanJA9egwmPsJCxXpv         


        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 14:04

    How to check whether it's updated or not?

    Answer: https://stackoverflow.com/a/44123067/3156040

    I was looking for that as well.

提交回复
热议问题