Skip to content

Firebase.update failed: First argument contains an invalid key ($key) in path /$key. Keys must be non-empty strings and can't contain ".", "#", "$",  #458

@cottom

Description

@cottom

code code today at 5 45 01 pm

snappyapp snappyapp today at 5 46 09 pm

  upDateMeetUp(meetup: Meetup): Observable < any > | Promise < any > | any {
    console.log(meetup.$key);
    return this.meetups.update(meetup.$key, meetup);
  }

I don't know what cause this as key and path are right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions