Skip to content

Limit Firebase Security permissions to only allow users to edit their own data #1

@anubhav94

Description

@anubhav94

See here: http://stackoverflow.com/questions/15167981/how-do-i-use-firebase-simple-login-with-email-password

{
"rules": {
"users": {
"$userid": {
".read": "auth.id == $userid",
".write": "auth.id == $userid"
}
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions