Skip to content

Transition to real production backend #3

@srcreigh

Description

@srcreigh

@KartikTalwar

Here's a breakdown of the schema as I see it:

/mobile/gcm

  • Just a list of strings:
{
  "abc123": "dummy",
  "def456": "dummy", ...
}
  • Public writes (set it to disallow deleting though)
  • Secret-only reads

/mobile/mentors, /mobile/team, /mobile/updates, /mobile/schedule, /mobile/prizes

  • List of objects as specified here
  • Public reads
  • Secret-only writes

/mobile/test

  • just a string:
"DO NOT DELETE; used for testing"
  • Secret-reads and writes
  • used for testing the scripts

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