Firebase.push failed: first argument contains an invalid key ($$hashKey)

前端 未结 6 1165
太阳男子
太阳男子 2021-02-02 13:42

I recently started learning AngularJS+Firebase. I\'m trying to write in my firebase an object like this:

{
    title: \"Personal Information\",
    say: [
               


        
6条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-02 14:35

    The issue is the $ in "$$hashKey", not the 0. 0 is allowed.

提交回复
热议问题