-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels